Fast-forward master to working and delete working #1

Merged
AMNatty merged 29 commits from working into master 2022-04-06 09:04:32 +00:00
2 changed files with 2 additions and 2 deletions
Showing only changes of commit 91d34cc40c - Show all commits

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.