Bump version for new Recommended Build.

This commit is contained in:
LexManos 2016-10-08 16:33:27 -07:00
parent bc303074f6
commit 92eb71ae9c
1 changed files with 1 additions and 1 deletions

View File

@ -54,7 +54,7 @@ public class ForgeVersion
//This number is incremented every minecraft release, never reset
public static final int minorVersion = 18;
//This number is incremented every time a interface changes or new major feature is added, and reset every Minecraft version
public static final int revisionVersion = 1;
public static final int revisionVersion = 2;
//This number is incremented every time Jenkins builds Forge, and never reset. Should always be 0 in the repo code.
public static final int buildVersion = 0;
// This is the minecraft version we're building for - used in various places in Forge/FML code