Skip to content

Commit 68ad1e0

Browse files
committed
Fix schizophrenia in version numbers.
1 parent cdc86e9 commit 68ad1e0

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
@@ -39,7 +39,7 @@ public class ForgeVersion
3939
//This number is incremented every time Jenkins builds Forge, and never reset. Should always be 0 in the repo code.
4040
public static final int buildVersion = 0;
4141
// This is the minecraft version we're building for - used in various places in Forge/FML code
42-
public static final String mcVersion = "1.9";
42+
public static final String mcVersion = "1.9.4";
4343
// This is the MCP data version we're using
4444
public static final String mcpVersion = "9.23";
4545
@SuppressWarnings("unused")

0 commit comments

Comments
 (0)