Skip to content

Commit

Permalink
Merge pull request #209 from RDPerera/release-3.7.1
Browse files Browse the repository at this point in the history
Patch version bump
  • Loading branch information
RDPerera authored Mar 21, 2024
2 parents 5204963 + af6db6e commit 1564399
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 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.7.1"
license= ["Apache-2.0"]
authors = ["Ballerina"]
keywords = ["IT Operations/Message Brokers", "Cost/Paid", "Vendor/Microsoft"]
Expand All @@ -16,8 +16,8 @@ observabilityIncluded = true
graalvmCompatible = true

[[platform.java17.dependency]]
path = "../native/build/libs/azure-service-bus-native-3.7.0.jar"
path = "../native/build/libs/azure-service-bus-native-3.7.1.jar"
groupId = "org.ballerinax"
artifactId = "asb-native"
module = "asb-native"
version = "3.7.0"
version = "3.7.1"
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.7.1

checkstylePluginVersion=10.12.0
spotbugsPluginVersion=5.0.14
Expand Down

0 comments on commit 1564399

Please sign in to comment.