add extra to bumpBuild output after change

This commit is contained in:
zzz
2015-09-04 21:15:48 +00:00
parent fe69d3b8f7
commit 2c6edf401f

View File

@ -18,7 +18,7 @@ public class RouterVersion {
/** deprecated */
public final static String ID = "Monotone";
public final static String VERSION = CoreVersion.VERSION;
public final static long BUILD = 5;
public final static long BUILD = 6;
/** for example "-test" */
public final static String EXTRA = "-rc";