Skip to content

Commit 334626a

Browse files
committed
Bump version for RB.
1 parent 638a54b commit 334626a

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
@@ -56,7 +56,7 @@ public class ForgeVersion
5656
//This number is incremented every minecraft release, never reset
5757
public static final int minorVersion = 22;
5858
//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;
59+
public static final int revisionVersion = 1;
6060
//This number is incremented every time Jenkins builds Forge, and never reset. Should always be 0 in the repo code.
6161
public static final int buildVersion = 0;
6262
// This is the minecraft version we're building for - used in various places in Forge/FML code

0 commit comments

Comments
 (0)