Skip to content

Commit c8753aa

Browse files
committed
Bumped version number for 1.4.4
1 parent e73cbd0 commit c8753aa

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

common/net/minecraftforge/common/ForgeVersion.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@ public class ForgeVersion
1010
//This number is incremented every time we remove deprecated code/major API changes, never reset
1111
public static final int majorVersion = 6;
1212
//This number is incremented every minecraft release, never reset
13-
public static final int minorVersion = 2;
13+
public static final int minorVersion = 3;
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 = 1;
15+
public static final int revisionVersion = 0;
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)