Skip to content

Commit

Permalink
prep for build
Browse files Browse the repository at this point in the history
  • Loading branch information
Cadiboo committed Dec 3, 2018
1 parent a7e3359 commit 45e47f3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ apply plugin: 'net.minecraftforge.gradle.forge'
//Only edit below this line, the above code adds and enables the necessary things for Forge to be setup.


version = "1.12.2-0.0.0-alpha5"
version = "1.12.2-0.0.0-alpha6"
group = "cadiboo.nocubes" // http://maven.apache.org/guides/mini/guide-naming-conventions.html
archivesBaseName = "NoCubes"

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ public static final class Version {
* It is changed when we add new features that are not quite done yet.<br>
* It is reset when we update to a new Minecraft version, our Major Mod Version increments, our Minor Mod Version increments or our Patch Version increments.
*/
public static final int PRE_RELEASE_VERSION = 5;
public static final int PRE_RELEASE_VERSION = 6;

/**
* This is our Mod's Suffix including our PreRelease Version.<br>
Expand Down

0 comments on commit 45e47f3

Please sign in to comment.