Skip to content

Commit

Permalink
version bump to 0.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
BloodWorkXGaming committed Sep 17, 2018
1 parent 0383992 commit d8d9d1d
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.0" + (System.getenv("BUILD_NUMBER") != null ? "." + System.getenv("BUILD_NUMBER") : "")
version = "1.12-0.3.1" + (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 d8d9d1d

Please sign in to comment.