From 721d40dd62a497b9c107c1a5e9aa00c22635f6c2 Mon Sep 17 00:00:00 2001 From: TomFitzpatrick Date: Tue, 19 Dec 2023 16:15:23 +0000 Subject: [PATCH] bump corda-api version Signed-off-by: TomFitzpatrick --- gradle.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle.properties b/gradle.properties index ecc8d115d6..95e765185c 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 = 19 +cordaApiRevision = 20 # Main kotlin.stdlib.default.dependency = false