Redkale 2.0.0 开始

This commit is contained in:
Redkale
2019-01-03 09:05:00 +08:00
parent a78c2145e6
commit b7930f1ed7

View File

@@ -5,7 +5,7 @@
*/ */
package org.redkale.util; package org.redkale.util;
/** /**
* <p> * <p>
* 详情见: https://redkale.org * 详情见: https://redkale.org
* *
@@ -17,14 +17,14 @@ public final class Redkale {
} }
public static String getDotedVersion() { public static String getDotedVersion() {
return "1.9.9"; return "2.0.0";
} }
public static int getMajorVersion() { public static int getMajorVersion() {
return 1; return 2;
} }
public static int getMinorVersion() { public static int getMinorVersion() {
return 9; return 0;
} }
} }