From 71d1b5e4e520e7d20a0b0aca9645aff963f94e4c Mon Sep 17 00:00:00 2001 From: nkovacsx Date: Tue, 10 Oct 2023 15:54:47 +0100 Subject: [PATCH] vbump --- gradle.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle.properties b/gradle.properties index 9dbf75b334..73c15af796 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 = 31 +cordaApiRevision = 32 # Main kotlinVersion = 1.8.21