We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0d44234 commit cf88896Copy full SHA for cf88896
common/net/minecraftforge/common/ForgeVersion.java
@@ -12,7 +12,7 @@ public class ForgeVersion
12
//This number is incremented every minecraft release, never reset
13
public static final int minorVersion = 10;
14
//This number is incremented every time a interface changes or new major feature is added, and reset every Minecraft version
15
- public static final int revisionVersion = 0;
+ public static final int revisionVersion = 1;
16
//This number is incremented every time Jenkins builds Forge, and never reset. Should always be 0 in the repo code.
17
public static final int buildVersion = 0;
18
0 commit comments