Version 0.8.0-beta+125
This commit is contained in:
parent
3bd66fb1c4
commit
fa4457a6f6
2 changed files with 6 additions and 6 deletions
|
@ -13,14 +13,14 @@ import java.time.*;
|
|||
*/
|
||||
public final class ReleaseInfo {
|
||||
public static final String PROJECT = "mobibot";
|
||||
public static final String VERSION = "0.8.0-beta+104";
|
||||
public static final String VERSION = "0.8.0-beta+125";
|
||||
public static final LocalDateTime BUILDDATE =
|
||||
LocalDateTime.ofInstant(Instant.ofEpochMilli(1597698016009L), ZoneId.systemDefault());
|
||||
LocalDateTime.ofInstant(Instant.ofEpochMilli(1606812548443L), ZoneId.systemDefault());
|
||||
|
||||
public static final int MAJOR = 0;
|
||||
public static final int MINOR = 8;
|
||||
public static final int PATCH = 0;
|
||||
public static final String BUILDMETA = "104";
|
||||
public static final String BUILDMETA = "125";
|
||||
public static final String PRERELEASE = "beta";
|
||||
|
||||
public static final String WEBSITE = "https://www.mobitopia.org/mobibot/";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue