Skip to content

Commit

Permalink
Bump to 5.0.0-beta.1
Browse files Browse the repository at this point in the history
  • Loading branch information
MinnDevelopment committed Nov 27, 2022
1 parent 0c15189 commit 7e2aed4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Expand Up @@ -40,7 +40,7 @@ plugins {
}

val javaVersion = JavaVersion.current()
val versionObj = Version(major = "5", minor = "0", revision = "0", classifier = "alpha.22")
val versionObj = Version(major = "5", minor = "0", revision = "0", classifier = "beta.1")
val isCI = System.getProperty("BUILD_NUMBER") != null // jenkins
|| System.getenv("BUILD_NUMBER") != null
|| System.getProperty("GIT_COMMIT") != null // jitpack
Expand Down

0 comments on commit 7e2aed4

Please sign in to comment.