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 638a54b commit 334626aCopy full SHA for 334626a
src/main/java/net/minecraftforge/common/ForgeVersion.java
@@ -56,7 +56,7 @@ public class ForgeVersion
56
//This number is incremented every minecraft release, never reset
57
public static final int minorVersion = 22;
58
//This number is incremented every time a interface changes or new major feature is added, and reset every Minecraft version
59
- public static final int revisionVersion = 0;
+ public static final int revisionVersion = 1;
60
//This number is incremented every time Jenkins builds Forge, and never reset. Should always be 0 in the repo code.
61
public static final int buildVersion = 0;
62
// This is the minecraft version we're building for - used in various places in Forge/FML code
0 commit comments