fix(file): update versions
This commit is contained in:
parent
76a2b30dd0
commit
ab85822247
2 changed files with 2 additions and 2 deletions
|
@ -4,7 +4,7 @@ import com.fasterxml.jackson.annotation.JsonProperty;
|
||||||
import xyz.ineanto.nicko.version.Version;
|
import xyz.ineanto.nicko.version.Version;
|
||||||
|
|
||||||
public class Configuration {
|
public class Configuration {
|
||||||
public static final Version VERSION = new Version(1, 0, 9);
|
public static final Version VERSION = new Version(1, 2, 0);
|
||||||
public static final Configuration DEFAULT = new Configuration(VERSION.toString(),
|
public static final Configuration DEFAULT = new Configuration(VERSION.toString(),
|
||||||
DefaultDataSources.SQL_EMPTY,
|
DefaultDataSources.SQL_EMPTY,
|
||||||
DefaultDataSources.REDIS_EMPTY,
|
DefaultDataSources.REDIS_EMPTY,
|
||||||
|
|
|
@ -9,7 +9,7 @@ public enum Language implements Serializable {
|
||||||
FRENCH("fr", "Français"),
|
FRENCH("fr", "Français"),
|
||||||
CUSTOM("cm", "Server Custom");
|
CUSTOM("cm", "Server Custom");
|
||||||
|
|
||||||
public static final Version VERSION = new Version(1, 1, 4);
|
public static final Version VERSION = new Version(1, 2, 0);
|
||||||
|
|
||||||
private final String code;
|
private final String code;
|
||||||
private transient final String name;
|
private transient final String name;
|
||||||
|
|
Loading…
Reference in a new issue