Skip to content

Commit

Permalink
Merge pull request #544 from Bhashinee/versionUpdate
Browse files Browse the repository at this point in the history
Update the module version
  • Loading branch information
dilanSachi authored Apr 9, 2024
2 parents c8cc19f + bfc4f91 commit 7767e33
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ballerina/Ballerina.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ graalvmCompatible = true
groupId = "io.ballerina.stdlib"
artifactId = "crypto-native"
version = "2.7.0"
path = "../native/build/libs/crypto-native-2.7.0.jar"
path = "../native/build/libs/crypto-native-2.7.0-SNAPSHOT.jar"

[[platform.java17.dependency]]
groupId = "org.bouncycastle"
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.stdlib
version=2.7.0
version=2.7.0-SNAPSHOT
puppycrawlCheckstyleVersion=10.12.0
bouncycastleVersion=1.77
githubSpotbugsVersion=5.0.14
Expand Down

0 comments on commit 7767e33

Please sign in to comment.