Skip to content

Commit

Permalink
Bump version to 3.2.4
Browse files Browse the repository at this point in the history
  • Loading branch information
LakshanSS committed May 4, 2023
1 parent 122b903 commit 3d7dec8
Show file tree
Hide file tree
Showing 3 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.3.1"
org = "ballerinax"
name = "asb"
version = "3.2.3"
version = "3.2.4"
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.2.3.jar"
path = "../asb-native/build/libs/asb-native-3.2.4.jar"
groupId = "org.ballerinax"
artifactId = "asb-native"
module = "asb-native"
version = "3.2.3"
version = "3.2.4"

2 changes: 1 addition & 1 deletion asb-ballerina/Dependencies.toml
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ modules = [
[[package]]
org = "ballerinax"
name = "asb"
version = "3.2.3"
version = "3.2.4"
dependencies = [
{org = "ballerina", name = "jballerina.java"},
{org = "ballerina", name = "log"},
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
org.gradle.caching=true
group=org.ballerinax.azure.servicebus
version=3.2.3
version=3.2.4
ballerinaLangVersion=2201.3.1

0 comments on commit 3d7dec8

Please sign in to comment.