Bump version for new MC version.

This commit is contained in:
Lex Manos 2013-09-18 16:10:55 -07:00
parent 6c5ef9347c
commit 57ea20d083
1 changed files with 2 additions and 2 deletions

View File

@ -10,9 +10,9 @@ public class ForgeVersion
//This number is incremented every time we remove deprecated code/major API changes, never reset
public static final int majorVersion = 9;
//This number is incremented every minecraft release, never reset
public static final int minorVersion = 10;
public static final int minorVersion = 11;
//This number is incremented every time a interface changes or new major feature is added, and reset every Minecraft version
public static final int revisionVersion = 1;
public static final int revisionVersion = 0;
//This number is incremented every time Jenkins builds Forge, and never reset. Should always be 0 in the repo code.
public static final int buildVersion = 0;