Skip to content

Commit cf88896

Browse files
committed
Update version to 9.10.1 for mcp naming changes.
1 parent 0d44234 commit cf88896

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

common/net/minecraftforge/common/ForgeVersion.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ public class ForgeVersion
1212
//This number is incremented every minecraft release, never reset
1313
public static final int minorVersion = 10;
1414
//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;
15+
public static final int revisionVersion = 1;
1616
//This number is incremented every time Jenkins builds Forge, and never reset. Should always be 0 in the repo code.
1717
public static final int buildVersion = 0;
1818

0 commit comments

Comments
 (0)