3
0

Update to forge 1408

This commit is contained in:
Prototik
2015-05-27 17:46:53 +07:00
parent 5739c6f26d
commit a42829ecb6
4 changed files with 5 additions and 5 deletions

View File

@ -5,7 +5,7 @@
public static final int revisionVersion = 3;
//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;
+ public static final int buildVersion = 1403; // Cauldron
+ public static final int buildVersion = 1408; // Cauldron
private static Status status = PENDING;
private static String target = null;