Skip to content

Commit

Permalink
Merge pull request #533 from ballerina-platform/timestamped-version-u…
Browse files Browse the repository at this point in the history
…pdate12

[Automated] Update the lang version to 2201.12.0-20250228-201300-8d411a0f
  • Loading branch information
Nuvindu authored Mar 3, 2025
2 parents 8bcb190 + 3f24e05 commit af92c4b
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
10 changes: 5 additions & 5 deletions ballerina/Ballerina.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
org = "ballerina"
name = "os"
version = "1.9.0"
version = "1.9.1"
authors = ["Ballerina"]
keywords = ["environment"]
repository = "https://github.com/ballerina-platform/module-ballerina-os"
Expand All @@ -15,8 +15,8 @@ graalvmCompatible = true
[[platform.java21.dependency]]
groupId = "io.ballerina.stdlib"
artifactId = "os-native"
version = "1.9.0"
path = "../native/build/libs/os-native-1.9.0.jar"
version = "1.9.1"
path = "../native/build/libs/os-native-1.9.1-SNAPSHOT.jar"

[[platform.java21.dependency]]
groupId = "io.ballerina.stdlib"
Expand All @@ -27,5 +27,5 @@ path = "./lib/io-native-1.7.0.jar"
[[platform.java21.dependency]]
groupId = "io.ballerina.stdlib"
artifactId = "os-test-utils"
version = "1.9.0"
path = "../test-utils/build/libs/os-test-utils-1.9.0.jar"
version = "1.9.1"
path = "../test-utils/build/libs/os-test-utils-1.9.1-SNAPSHOT.jar"
4 changes: 2 additions & 2 deletions ballerina/Dependencies.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

[ballerina]
dependencies-toml-version = "2"
distribution-version = "2201.11.0"
distribution-version = "2201.12.0-20250228-201300-8d411a0f"

[[package]]
org = "ballerina"
Expand Down Expand Up @@ -73,7 +73,7 @@ dependencies = [
[[package]]
org = "ballerina"
name = "os"
version = "1.9.0"
version = "1.9.1"
dependencies = [
{org = "ballerina", name = "io"},
{org = "ballerina", name = "jballerina.java"},
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,5 @@ downloadPluginVersion=5.4.0
releasePluginVersion=2.8.0
checkstylePluginVersion=10.12.0

ballerinaLangVersion=2201.11.0
ballerinaLangVersion=2201.12.0-20250228-201300-8d411a0f
stdlibIoVersion=1.7.0

0 comments on commit af92c4b

Please sign in to comment.