diff --git a/build-config/resources/Ballerina.toml b/build-config/resources/Ballerina.toml index 3342be2..8353c35 100644 --- a/build-config/resources/Ballerina.toml +++ b/build-config/resources/Ballerina.toml @@ -7,4 +7,4 @@ keywords = ["math", "vector", "distance"] repository = "https://github.com/ballerina-platform/module-ballerina-math.vector" icon = "icon.png" license = ["Apache-2.0"] -distribution = "2201.5.0" +distribution = "2201.11.0" diff --git a/gradle.properties b/gradle.properties index 652573f..13446ec 100644 --- a/gradle.properties +++ b/gradle.properties @@ -2,7 +2,7 @@ org.gradle.caching=true group=io.ballerina.stdlib version=1.1.0-SNAPSHOT -ballerinaLangVersion=2201.11.0-20241117-133400-a3054b77 +ballerinaLangVersion=2201.11.0-20241121-075100-c4c87cbc ballerinaGradlePluginVersion=2.0.1 testngVersion=7.6.1