Fixed MC version number...

I could of SWORN we removed this in favor of a automated system...
This commit is contained in:
LexManos 2016-06-28 22:27:47 -07:00
parent 373fa8f7a3
commit 6ad65f4e64
1 changed files with 1 additions and 1 deletions

View File

@ -58,7 +58,7 @@ public class ForgeVersion
//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
public static final String mcVersion = "1.10";
public static final String mcVersion = "1.10.2";
// This is the MCP data version we're using
public static final String mcpVersion = "9.32";
@SuppressWarnings("unused")