File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
src/main/java/net/minecraftforge/common Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -33,9 +33,9 @@ public class ForgeVersion
33
33
//This number is incremented every time we remove deprecated code/major API changes, never reset
34
34
public static final int majorVersion = 11 ;
35
35
//This number is incremented every minecraft release, never reset
36
- public static final int minorVersion = 14 ;
36
+ public static final int minorVersion = 15 ;
37
37
//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 ;
39
39
//This number is incremented every time Jenkins builds Forge, and never reset. Should always be 0 in the repo code.
40
40
public static final int buildVersion = 0 ;
41
41
// This is the minecraft version we're building for - used in various places in Forge/FML code
You can’t perform that action at this time.
0 commit comments