Skip to content

Commit

Permalink
Merge pull request #192 from NipunaRanasinghe/main
Browse files Browse the repository at this point in the history
Bump minor version for 3.6.0 release
  • Loading branch information
NipunaRanasinghe authored Aug 27, 2023
2 parents 52d16e7 + 0225355 commit ee73557
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.7.0"
org = "ballerinax"
name = "asb"
version = "3.5.0"
version = "3.6.0"
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.java11.dependency]]
path = "../native/build/libs/azure-service-bus-native-3.5.0.jar"
path = "../native/build/libs/azure-service-bus-native-3.6.0.jar"
groupId = "org.ballerinax"
artifactId = "asb-native"
module = "asb-native"
version = "3.5.0"
version = "3.6.0"
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.5.0
version=3.6.0

puppycrawlCheckstyleVersion=8.18
checkstyleToolVersion=7.8.2
Expand Down

0 comments on commit ee73557

Please sign in to comment.