OpenJDK 11.0.7 for CircleCI.
This commit is contained in:
parent
c88be2b4e5
commit
6b615cf141
7 changed files with 13 additions and 13 deletions
|
@ -14,13 +14,13 @@ import java.time.*;
|
|||
public final class ReleaseInfo {
|
||||
public static final String PROJECT = "mobibot";
|
||||
public static final LocalDateTime BUILDDATE =
|
||||
LocalDateTime.ofInstant(Instant.ofEpochMilli(1592615322387L), ZoneId.systemDefault());
|
||||
LocalDateTime.ofInstant(Instant.ofEpochMilli(1592617191604L), ZoneId.systemDefault());
|
||||
public static final int MAJOR = 0;
|
||||
public static final int MINOR = 8;
|
||||
public static final int PATCH = 0;
|
||||
public static final String PRERELEASE = "beta";
|
||||
public static final String BUILDMETA = "046";
|
||||
public static final String VERSION = "0.8.0-beta+046";
|
||||
public static final String BUILDMETA = "047";
|
||||
public static final String VERSION = "0.8.0-beta+047";
|
||||
|
||||
/**
|
||||
* Disables the default constructor.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue