Skip to content

Commit eb26b3c

Browse files
committed
Bump version for new Minecraft version.
1 parent 7e5a2cb commit eb26b3c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/main/java/net/minecraftforge/common/ForgeVersion.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,9 +33,9 @@ public class ForgeVersion
3333
//This number is incremented every time we remove deprecated code/major API changes, never reset
3434
public static final int majorVersion = 11;
3535
//This number is incremented every minecraft release, never reset
36-
public static final int minorVersion = 14;
36+
public static final int minorVersion = 15;
3737
//This number is incremented every time a interface changes or new major feature is added, and reset every Minecraft version
38-
public static final int revisionVersion = 4;
38+
public static final int revisionVersion = 0;
3939
//This number is incremented every time Jenkins builds Forge, and never reset. Should always be 0 in the repo code.
4040
public static final int buildVersion = 0;
4141
// This is the minecraft version we're building for - used in various places in Forge/FML code

0 commit comments

Comments
 (0)