3
0

Update to Forge 1420

This commit is contained in:
Prototik
2015-06-01 16:13:46 +07:00
parent 0edf4ecfae
commit 9973a9f8e8
5 changed files with 9 additions and 9 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 = 1408; // Cauldron
+ public static final int buildVersion = 1420; // Cauldron
private static Status status = PENDING;
private static String target = null;