Bump version to 4.1.2 to mark the end of todays changes.
This commit is contained in:
parent
a44181a192
commit
12d4e39bdd
1 changed files with 1 additions and 1 deletions
|
@ -12,7 +12,7 @@ public class ForgeVersion
|
|||
//This number is incremented every official release, and reset every Minecraft version
|
||||
public static final int minorVersion = 1;
|
||||
//This number is incremented every time a interface changes, 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;
|
||||
|
||||
|
|
Loading…
Reference in a new issue