From a11bb9b82e3c5eae9e8ecec306a9249341155d93 Mon Sep 17 00:00:00 2001 From: TomFitzpatrick Date: Wed, 4 Oct 2023 13:57:34 +0100 Subject: [PATCH] bump cordaApiRevision Signed-off-by: TomFitzpatrick --- gradle.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle.properties b/gradle.properties index 71ee4f7d4a..6aa6039b3f 100644 --- a/gradle.properties +++ b/gradle.properties @@ -9,7 +9,7 @@ cordaProductVersion = 5.1.0 # NOTE: update this each time this module contains a breaking change ## NOTE: currently this is a top level revision, so all API versions will line up, but this could be moved to ## a per module property in which case module versions can change independently. -cordaApiRevision = 27 +cordaApiRevision = 28 # Main kotlinVersion = 1.8.21