From 82913c7235c0a0ea739ffbbebd7e1a93401bc51e Mon Sep 17 00:00:00 2001 From: nkovacsx Date: Thu, 21 Dec 2023 11:15:41 +0000 Subject: [PATCH] vbump --- gradle.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle.properties b/gradle.properties index d961b91108..ff3f0c1f1f 100644 --- a/gradle.properties +++ b/gradle.properties @@ -5,7 +5,7 @@ cordaProductVersion = 5.2.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 = 21 +cordaApiRevision = 22 # Main kotlin.stdlib.default.dependency = false