Redkale 2.0.0 开始

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

View File

@@ -17,14 +17,14 @@ public final class Redkale {
}
public static String getDotedVersion() {
return "1.9.9";
return "2.0.0";
}
public static int getMajorVersion() {
return 1;
return 2;
}
public static int getMinorVersion() {
return 9;
return 0;
}
}