Bumped revision to 3
This commit is contained in:
parent
cbc9d73a9a
commit
55ca4628a2
1 changed files with 1 additions and 1 deletions
|
@ -639,7 +639,7 @@ public class ForgeHooks
|
|||
//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 = 2;
|
||||
public static final int revisionVersion = 3;
|
||||
//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;
|
||||
static
|
||||
|
|
Loading…
Reference in a new issue