Skip to content

Commit

Permalink
Bump version to 5.0.0-beta.24
Browse files Browse the repository at this point in the history
  • Loading branch information
MinnDevelopment committed May 12, 2024
1 parent 46875ff commit e24872e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ plugins {


val javaVersion = JavaVersion.current()
val versionObj = Version(major = "5", minor = "0", revision = "0", classifier = "beta.23")
val versionObj = Version(major = "5", minor = "0", revision = "0", classifier = "beta.24")
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 e24872e

Please sign in to comment.