Skip to content

Commit

Permalink
Merge pull request #425 from ballerina-platform/release-1.4.3
Browse files Browse the repository at this point in the history
[Automated] Sync master after 1.4.3 release
  • Loading branch information
kalaiyarasiganeshalingam committed Jun 5, 2023
2 parents e95bcb4 + 0bcf976 commit 6e39add
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion ballerina/Ballerina.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
org = "ballerina"
name = "regex"
version = "1.4.2"
version = "1.4.3"
authors = ["Ballerina"]
keywords = ["regex", "string", "regular expressions"]
repository = "https://github.com/ballerina-platform/module-ballerina-regex"
Expand Down
2 changes: 1 addition & 1 deletion ballerina/Dependencies.toml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ modules = [
[[package]]
org = "ballerina"
name = "regex"
version = "1.4.2"
version = "1.4.3"
dependencies = [
{org = "ballerina", name = "jballerina.java"},
{org = "ballerina", name = "lang.string"},
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=io.ballerina.stdlib
version=1.4.3-SNAPSHOT
version=1.4.4-SNAPSHOT

ballerinaLangVersion=2201.5.0

Expand Down

0 comments on commit 6e39add

Please sign in to comment.