Bumped version number
This commit is contained in:
parent
1974437c4e
commit
91d34cc40c
|
@ -21,7 +21,7 @@ project.ext.versionPatch = 0
|
|||
|
||||
project.ext.isPrerelease = true
|
||||
project.ext.prereleaseName = "alpha"
|
||||
project.ext.prerealeaseUpdate = 2
|
||||
project.ext.prerealeaseUpdate = 3
|
||||
|
||||
subprojects {
|
||||
apply plugin: 'java'
|
||||
|
|
|
@ -60,7 +60,7 @@ public class Pluto
|
|||
*
|
||||
* @since pre-alpha
|
||||
* */
|
||||
public static final int PRERELEASE_PATCH = 2;
|
||||
public static final int PRERELEASE_PATCH = 3;
|
||||
|
||||
/**
|
||||
* The combined version string.
|
||||
|
|
Loading…
Reference in New Issue