Bump version in prep for new RB.
This commit is contained in:
parent
b654b84393
commit
32438d2e00
1 changed files with 1 additions and 1 deletions
|
@ -57,7 +57,7 @@ public class ForgeVersion
|
||||||
//This number is incremented every minecraft release, never reset
|
//This number is incremented every minecraft release, never reset
|
||||||
public static final int minorVersion = 23;
|
public static final int minorVersion = 23;
|
||||||
//This number is incremented every time a interface changes or new major feature is added, and reset every Minecraft version
|
//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 = 3;
|
public static final int revisionVersion = 4;
|
||||||
//This number is incremented every time Jenkins builds Forge, and never reset. Should always be 0 in the repo code.
|
//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;
|
public static final int buildVersion = 0;
|
||||||
// This is the minecraft version we're building for - used in various places in Forge/FML code
|
// This is the minecraft version we're building for - used in various places in Forge/FML code
|
||||||
|
|
Loading…
Reference in a new issue