File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
src/main/java/net/minecraftforge/common Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -33,15 +33,15 @@ 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 = 12 ;
35
35
//This number is incremented every minecraft release, never reset
36
- public static final int minorVersion = 16 ;
36
+ public static final int minorVersion = 17 ;
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 = 1 ;
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
42
42
public static final String mcVersion = "1.9.4" ;
43
43
// This is the MCP data version we're using
44
- public static final String mcpVersion = "9.23 " ;
44
+ public static final String mcpVersion = "9.28 " ;
45
45
@ SuppressWarnings ("unused" )
46
46
private static Status status = PENDING ;
47
47
@ SuppressWarnings ("unused" )
You can’t perform that action at this time.
0 commit comments