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 @@ -52,11 +52,11 @@ public class ForgeVersion
52
52
//This number is incremented every time we remove deprecated code/major API changes, never reset
53
53
public static final int majorVersion = 12 ;
54
54
//This number is incremented every minecraft release, never reset
55
- public static final int minorVersion = 17 ;
55
+ public static final int minorVersion = 18 ;
56
56
//This number is incremented every time a interface changes or new major feature is added, and reset every Minecraft version
57
57
public static final int revisionVersion = 0 ;
58
58
//This number is incremented every time Jenkins builds Forge, and never reset. Should always be 0 in the repo code.
59
- public static final int buildVersion = 9999 ;
59
+ public static final int buildVersion = 0 ;
60
60
// This is the minecraft version we're building for - used in various places in Forge/FML code
61
61
public static final String mcVersion = "1.10" ;
62
62
// This is the MCP data version we're using
You can’t perform that action at this time.
0 commit comments