Update forge to 4.2
This commit is contained in:
parent
518264eff9
commit
c5f74a8ba0
1 changed files with 7 additions and 7 deletions
|
@ -10,9 +10,9 @@ public class ForgeVersion
|
|||
//This number is incremented every Minecraft version, and never reset
|
||||
public static final int majorVersion = 4;
|
||||
//This number is incremented every official release, and reset every Minecraft version
|
||||
public static final int minorVersion = 1;
|
||||
public static final int minorVersion = 2;
|
||||
//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 = 4;
|
||||
public static final int revisionVersion = 5;
|
||||
//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