Skip to content

Commit

Permalink
Release 5.0.0-alpha.2
Browse files Browse the repository at this point in the history
  • Loading branch information
DV8FromTheWorld committed Dec 3, 2021
1 parent ad428cc commit ae1fabf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Expand Up @@ -39,7 +39,7 @@ plugins {
id("com.github.johnrengelman.shadow") version "7.1.0"
}

val versionObj = Version(major = "5", minor = "0", revision = "0", classifier = "alpha.1")
val versionObj = Version(major = "5", minor = "0", revision = "0", classifier = "alpha.2")
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 ae1fabf

Please sign in to comment.