Skip to content

Commit 66ec4dc

Browse files
Bump to alpha 16
1 parent 62ec3b0 commit 66ec4dc

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 = "0", revision = "0", classifier = "alpha.15")
43+
val versionObj = Version(major = "5", minor = "0", revision = "0", classifier = "alpha.16")
4444
val isCI = System.getProperty("BUILD_NUMBER") != null // jenkins
4545
|| System.getenv("BUILD_NUMBER") != null
4646
|| System.getProperty("GIT_COMMIT") != null // jitpack

0 commit comments

Comments
 (0)