Skip to content

Commit 0cb74ab

Browse files
committed
Update to 1.4.2, obf stayed the same, so only small revision.
1 parent 6dac04b commit 0cb74ab

File tree

2 files changed

+1
-1
lines changed

2 files 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 official release, and reset every Minecraft version
1313
public static final int minorVersion = 0;
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

844 KB
Binary file not shown.

0 commit comments

Comments
 (0)