Skip to content

Commit

Permalink
Update versions for the next release
Browse files Browse the repository at this point in the history
  • Loading branch information
NipunaRanasinghe committed Aug 1, 2023
1 parent a4e5c11 commit 062cd95
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions asb-ballerina/Ballerina.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
distribution = "2201.4.1"
org = "ballerinax"
name = "asb"
version = "3.3.1"
version = "3.3.2"
license= ["Apache-2.0"]
authors = ["Ballerina"]
keywords = ["IT Operations/Message Brokers", "Cost/Paid", "Vendor/Microsoft"]
Expand All @@ -13,9 +13,9 @@ repository = "https://github.com/ballerina-platform/module-ballerinax-azure-serv
observabilityIncluded = true

[[platform.java11.dependency]]
path = "../asb-native/build/libs/asb-native-3.3.1.jar"
path = "../asb-native/build/libs/asb-native-3.3.2.jar"
groupId = "org.ballerinax"
artifactId = "asb-native"
module = "asb-native"
version = "3.3.1"
version = "3.3.2"

4 changes: 2 additions & 2 deletions gradle.properties
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
org.gradle.caching=true
group=org.ballerinax.azure.servicebus
version=3.3.1
version=3.3.2
ballerinaLangVersion=2201.4.1

azureServiceBusVersion=7.13.1
azureServiceBusVersion=7.14.1
githubJohnrengelmanShadowVersion=5.2.0
underCouchDownloadVersion=4.0.4
checkstyleToolVersion=7.8.2
Expand Down

0 comments on commit 062cd95

Please sign in to comment.