Skip to content

Commit

Permalink
version push to 0.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
BloodWorkXGaming committed Sep 19, 2018
1 parent 7ee4b14 commit 770bc6b
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 @@ -33,7 +33,7 @@ plugins {
apply plugin: "net.minecraftforge.gradle.forge"
apply plugin: "maven"

version = "1.12-0.3.1" + (System.getenv("BUILD_NUMBER") != null ? "." + System.getenv("BUILD_NUMBER") : "")
version = "1.12-0.3.2" + (System.getenv("BUILD_NUMBER") != null ? "." + System.getenv("BUILD_NUMBER") : "")
def mod_version = version
group= "exnihilocreatio" // http://maven.apache.org/guides/mini/guide-naming-conventions.html
archivesBaseName = "exnihilocreatio"
Expand Down

0 comments on commit 770bc6b

Please sign in to comment.