Skip to content

Commit

Permalink
Merge pull request #247 from ballerina-platform/release-5.0.0
Browse files Browse the repository at this point in the history
[Automated] Sync master after 5.0.0 release
  • Loading branch information
ThisaruGuruge authored Apr 2, 2024
2 parents 79805c1 + ea3a1ac commit 0a243c6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions ballerina/Ballerina.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ graalvmCompatible = true
[[platform.java17.dependency]]
groupId = "io.ballerina.lib"
artifactId = "mongodb-native"
version = "5.0.0-SNAPSHOT"
path = "../native/build/libs/mongodb-native-5.0.0-SNAPSHOT.jar"
version = "5.0.0"
path = "../native/build/libs/mongodb-native-5.0.0.jar"

[[platform.java17.dependency]]
groupId = "org.mongodb"
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
org.gradle.caching=true
group=io.ballerina.lib
version=5.0.0-SNAPSHOT
version=5.0.1-SNAPSHOT
ballerinaLangVersion=2201.8.6

checkstylePluginVersion=10.12.0
Expand Down

0 comments on commit 0a243c6

Please sign in to comment.