Skip to content

Commit 4d372fd

Browse files
Bump version to 5.3.0
1 parent ec09f79 commit 4d372fd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle.kts

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ plugins {
4040

4141

4242
val javaVersion = JavaVersion.current()
43-
val versionObj = Version(major = "5", minor = "2", revision = "3", classifier = null)
43+
val versionObj = Version(major = "5", minor = "3", revision = "0", classifier = null)
4444
val isGithubAction = System.getProperty("GITHUB_ACTION") != null || System.getenv("GITHUB_ACTION") != null
4545
val isCI = System.getProperty("BUILD_NUMBER") != null // jenkins
4646
|| System.getenv("BUILD_NUMBER") != null

0 commit comments

Comments
 (0)