From b8efd4ca86263d2926036e42930baada42fcd6a7 Mon Sep 17 00:00:00 2001 From: Lajos Veres Date: Wed, 1 Nov 2023 14:59:01 +0000 Subject: [PATCH] DA5-5 fix API version --- gradle.properties | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gradle.properties b/gradle.properties index 4c95b8c76b..e22fdb2e79 100644 --- a/gradle.properties +++ b/gradle.properties @@ -5,11 +5,11 @@ org.gradle.java.installations.auto-download=false # Versioning -cordaProductVersion = 5.1.0-DA +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 = 1 +cordaApiRevision = 200-DA # Main kotlinVersion = 1.8.21