From e9c6b4d7da73f9868ab6c702272b11df8fe4472e Mon Sep 17 00:00:00 2001 From: Alexander Cramb Date: Thu, 14 Sep 2023 16:35:32 +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 4da34aa1ed..31ad01706d 100644 --- a/gradle.properties +++ b/gradle.properties @@ -12,7 +12,7 @@ cordaProductVersion = 5.1.0-INTEROP ## IMPORTANT: ## The interop feature branches track api revisions separately to the mainline branch. ## API version of last merge from corda mainline: 19 -cordaApiRevision = 20 +cordaApiRevision = 21 # Main kotlinVersion = 1.8.21