Skip to content

Commit

Permalink
2.3.8 release. :)
Browse files Browse the repository at this point in the history
Signed-off-by: King Lemming <[email protected]>
  • Loading branch information
KingLemming committed Dec 24, 2017
1 parent aedbb46 commit a97006d
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 @@ -51,7 +51,7 @@ dependencies {
compile "cofh:CoFHCore:${config.mc_version}-${config.cofh_core_version}:deobf"
}

version = "${project.config.mod_version}." + (System.getenv("BUILD_NUMBER") ?: "19")
version = "${project.config.mod_version}." + (System.getenv("BUILD_NUMBER") ?: "20")

println config.mc_version + "-" + config.forge_version
// Setup the Forge/Minecraft plugin data. Specify the preferred Forge/Minecraft version here.
Expand Down

0 comments on commit a97006d

Please sign in to comment.