Skip to content

Commit 13194f3

Browse files
authoredJul 22, 2022
Bump to alpha 17
1 parent efe995d commit 13194f3

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.16")
43+
val versionObj = Version(major = "5", minor = "0", revision = "0", classifier = "alpha.17")
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)
Please sign in to comment.