From 460775cfc4b1762b191b95fc6c08e6e3e8d0eba7 Mon Sep 17 00:00:00 2001 From: TharmiganK Date: Wed, 5 Mar 2025 13:30:35 +0530 Subject: [PATCH] Prepare for Update 12 release --- build-config/resources/Ballerina.toml | 2 +- gradle.properties | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/build-config/resources/Ballerina.toml b/build-config/resources/Ballerina.toml index 92d2e31..cc4380e 100644 --- a/build-config/resources/Ballerina.toml +++ b/build-config/resources/Ballerina.toml @@ -2,7 +2,7 @@ org = "ballerinai" name = "transaction" version = "@toml.version@" -distribution = "2201.11.0" +distribution = "2201.12.0" [platform.java21] graalvmCompatible = true diff --git a/gradle.properties b/gradle.properties index 2c84313..e23b4bb 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,7 +1,7 @@ org.gradle.caching=true group=org.ballerinalang version=1.11.0-SNAPSHOT -ballerinaLangVersion=2201.11.0-20250127-101700-a4b67fe5 +ballerinaLangVersion=2201.12.0-20250228-201300-8d411a0f checkStylePluginVersion=10.12.0 spotbugsPluginVersion=6.0.18