From a1261b5eb2300fc691bc5d726ac1cba859a67eff Mon Sep 17 00:00:00 2001 From: Alexander Cramb Date: Tue, 19 Sep 2023 16:24:12 +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