Skip to content

Commit

Permalink
Update package version (#223)
Browse files Browse the repository at this point in the history
* Bump package version
  • Loading branch information
ayeshLK authored May 31, 2024
1 parent e517042 commit 8e74213
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions ballerina/Ballerina.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
distribution = "2201.8.0"
org = "ballerinax"
name = "asb"
version = "3.7.0"
version = "3.8.0-SNAPSHOT"
license= ["Apache-2.0"]
authors = ["Ballerina"]
keywords = ["IT Operations/Message Brokers", "Cost/Paid", "Vendor/Microsoft"]
Expand All @@ -19,5 +19,5 @@ graalvmCompatible = true
groupId = "org.ballerinax"
artifactId = "asb-native"
module = "asb-native"
version = "3.7.0"
path = "../native/build/libs/asb-native-3.7.0.jar"
version = "3.8.0-SNAPSHOT"
path = "../native/build/libs/asb-native-3.8.0-SNAPSHOT.jar"
2 changes: 1 addition & 1 deletion ballerina/Dependencies.toml
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ modules = [
[[package]]
org = "ballerinax"
name = "asb"
version = "3.7.0"
version = "3.8.0-SNAPSHOT"
dependencies = [
{org = "ballerina", name = "jballerina.java"},
{org = "ballerina", name = "lang.runtime"},
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=org.ballerinax.azure.servicebus
version=3.7.0
version=3.8.0-SNAPSHOT

checkstylePluginVersion=10.12.0
spotbugsPluginVersion=5.0.14
Expand Down

0 comments on commit 8e74213

Please sign in to comment.