Skip to content

Commit

Permalink
Bump version to 5.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
MinnDevelopment authored Oct 5, 2024
1 parent 2195954 commit 5f799f1
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 = "1", revision = "1", classifier = null)
val versionObj = Version(major = "5", minor = "1", revision = "2", classifier = null)
val isGithubAction = System.getProperty("GITHUB_ACTION") != null || System.getenv("GITHUB_ACTION") != null
val isCI = System.getProperty("BUILD_NUMBER") != null // jenkins
|| System.getenv("BUILD_NUMBER") != null
Expand Down

0 comments on commit 5f799f1

Please sign in to comment.