Version 0.8.0-beta+302
This commit is contained in:
parent
8178744f85
commit
274c711dc2
5 changed files with 9 additions and 9 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+287";
|
||||
public static final String VERSION = "0.8.0-beta+302";
|
||||
public static final LocalDateTime BUILDDATE =
|
||||
LocalDateTime.ofInstant(Instant.ofEpochMilli(1606978487815L), ZoneId.systemDefault());
|
||||
LocalDateTime.ofInstant(Instant.ofEpochMilli(1607079230723L), 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 = "287";
|
||||
public static final String BUILDMETA = "302";
|
||||
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