Skip to content

Commit 9ef7b13

Browse files
committed
Bump version for new RB.
1 parent 63f2300 commit 9ef7b13

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/net/minecraftforge/common/ForgeVersion.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ public class ForgeVersion
2323
//This number is incremented every minecraft release, never reset
2424
public static final int minorVersion = 13;
2525
//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;
26+
public static final int revisionVersion = 4;
2727
//This number is incremented every time Jenkins builds Forge, and never reset. Should always be 0 in the repo code.
2828
public static final int buildVersion = 0;
2929

0 commit comments

Comments
 (0)