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 63f2300 commit 9ef7b13Copy full SHA for 9ef7b13
src/main/java/net/minecraftforge/common/ForgeVersion.java
@@ -23,7 +23,7 @@ public class ForgeVersion
23
//This number is incremented every minecraft release, never reset
24
public static final int minorVersion = 13;
25
//This number is incremented every time a interface changes or new major feature is added, and reset every Minecraft version
26
- public static final int revisionVersion = 3;
+ public static final int revisionVersion = 4;
27
//This number is incremented every time Jenkins builds Forge, and never reset. Should always be 0 in the repo code.
28
public static final int buildVersion = 0;
29
0 commit comments