Updated to Rome 1.7.4.
This commit is contained in:
parent
30f06d97ce
commit
c69048d935
5 changed files with 11 additions and 14 deletions
|
@ -18,12 +18,12 @@ public final class ReleaseInfo {
|
|||
|
||||
public final static String PROJECT = "mobibot";
|
||||
public final static LocalDateTime BUILDDATE =
|
||||
LocalDateTime.ofInstant(Instant.ofEpochMilli(1496304965310L), ZoneId.systemDefault());
|
||||
LocalDateTime.ofInstant(Instant.ofEpochMilli(1500447579392L), ZoneId.systemDefault());
|
||||
public final static int MAJOR = 0;
|
||||
public final static int MINOR = 7;
|
||||
public final static int PATCH = 2;
|
||||
public final static String PRERELEASE = "beta";
|
||||
public final static String BUILDMETA = "027";
|
||||
public final static String BUILDMETA = "028";
|
||||
|
||||
/**
|
||||
* The full version string.
|
||||
|
|
|
@ -63,10 +63,8 @@ public class Mobibot extends PircBot {
|
|||
*/
|
||||
public static final int CONNECT_TIMEOUT = 5000;
|
||||
|
||||
/**
|
||||
* The empty title string.
|
||||
*/
|
||||
public static final String NO_TITLE = "No Title";
|
||||
// The empty title string.
|
||||
static final String NO_TITLE = "No Title";
|
||||
|
||||
// The default port.
|
||||
private static final int DEFAULT_PORT = 6667;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue