File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
common/net/minecraftforge/common Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -10,9 +10,9 @@ public class ForgeVersion
10
10
//This number is incremented every time we remove deprecated code/major API changes, never reset
11
11
public static final int majorVersion = 6 ;
12
12
//This number is incremented every minecraft release, never reset
13
- public static final int minorVersion = 2 ;
13
+ public static final int minorVersion = 3 ;
14
14
//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 ;
16
16
//This number is incremented every time Jenkins builds Forge, and never reset. Should always be 0 in the repo code.
17
17
public static final int buildVersion = 0 ;
18
18
You can’t perform that action at this time.
0 commit comments