Skip to content

Commit

Permalink
update mc version suffix
Browse files Browse the repository at this point in the history
  • Loading branch information
UpcraftLP committed Jul 20, 2020
1 parent 17a53b4 commit 5dee1a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ def ENV = System.getenv()
def buildNumber = "+" + (ENV.BUILD_NUMBER ? ("build." + ENV.BUILD_NUMBER) : "custom")
def buildMeta = (!ENV.TAG || ENV.TAG.endsWith("-beta") || ENV.TAG.endsWith("-alpha")) ? buildNumber : ""
def modVersion = (ENV.TAG ?: version)
version = "${modVersion}${buildMeta}-1.15"
version = "${modVersion}${buildMeta}-1.16"

repositories {
jcenter()
Expand Down

0 comments on commit 5dee1a9

Please sign in to comment.