From f58646c3cc0b0720b945a36a11cb900ca58d08af Mon Sep 17 00:00:00 2001 From: malachy Date: Tue, 26 Sep 2023 10:56:20 +0100 Subject: [PATCH] Bump API version --- gradle.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle.properties b/gradle.properties index 2c23954d9b..10fdad95d7 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 = 23 +cordaApiRevision = 24 # Main kotlinVersion = 1.8.21