Skip to content

Commit 6cd6b68

Browse files
authored
Merge pull request #442 from ballerina-platform/timestamped-version-update12
[Automated] Update the lang version to 2201.12.0-20250228-201300-8d411a0f
2 parents 6fad517 + 00dcaee commit 6cd6b68

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

ballerina/Ballerina.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
org = "ballerina"
33
name = "regex"
4-
version = "1.4.4"
4+
version = "1.5.0"
55
authors = ["Ballerina"]
66
keywords = ["regex", "string", "regular expressions"]
77
repository = "https://github.com/ballerina-platform/module-ballerina-regex"

ballerina/Dependencies.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
[ballerina]
77
dependencies-toml-version = "2"
8-
distribution-version = "2201.10.0-20241025-103700-5c9e6a27"
8+
distribution-version = "2201.12.0-20250228-201300-8d411a0f"
99

1010
[[package]]
1111
org = "ballerina"
@@ -73,7 +73,7 @@ modules = [
7373
[[package]]
7474
org = "ballerina"
7575
name = "regex"
76-
version = "1.4.4"
76+
version = "1.5.0"
7777
dependencies = [
7878
{org = "ballerina", name = "jballerina.java"},
7979
{org = "ballerina", name = "lang.string"},

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ org.gradle.caching=true
22
group=io.ballerina.stdlib
33
version=1.5.0-SNAPSHOT
44

5-
ballerinaLangVersion=2201.11.0-20241117-133400-a3054b77
5+
ballerinaLangVersion=2201.12.0-20250228-201300-8d411a0f
66

77
ballerinaGradlePluginVersion=2.0.1
88
testngVersion=6.14.3

0 commit comments

Comments
 (0)