From 838c5c74df7b1c3073966dcaac0125e6ba59af0f Mon Sep 17 00:00:00 2001 From: Lajos Veres Date: Thu, 12 Oct 2023 10:19:06 +0100 Subject: [PATCH] CORE-17431 Bump API --- gradle.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle.properties b/gradle.properties index 73c15af796..37dfbd0648 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 = 32 +cordaApiRevision = 33 # Main kotlinVersion = 1.8.21