Bumped version number

This commit is contained in:
Tefek 2020-09-25 21:09:25 +02:00 committed by Tefek
parent 1974437c4e
commit 89a2a300ba
2 changed files with 2 additions and 2 deletions

View File

@ -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'

View File

@ -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.