Skip to content

Commit

Permalink
Merge pull request #479 from ballerina-platform/release-2.4.0
Browse files Browse the repository at this point in the history
[Automated] Sync master after 2.4.0 release
  • Loading branch information
daneshk authored Oct 2, 2023
2 parents 7f96f1e + 67d67ef commit 3a28b38
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion ballerina/Ballerina.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@ graalvmCompatible = true
groupId = "io.ballerina.stdlib"
artifactId = "time-native"
version = "2.4.0"
path = "../native/build/libs/time-native-2.4.0-SNAPSHOT.jar"
path = "../native/build/libs/time-native-2.4.0.jar"
2 changes: 1 addition & 1 deletion 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.8.0-20230726-145300-b2bdf796"
distribution-version = "2201.8.0"

[[package]]
org = "ballerina"
Expand Down
4 changes: 2 additions & 2 deletions gradle.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
org.gradle.caching=true
group=io.ballerina.stdlib
version=2.4.0-SNAPSHOT
ballerinaLangVersion=2201.8.0-20230908-135700-74a59dff
version=2.4.1-SNAPSHOT
ballerinaLangVersion=2201.8.0
puppycrawlCheckstyleVersion=10.12.0
ballerinaGradlePluginVersion=2.0.1

0 comments on commit 3a28b38

Please sign in to comment.