Redkale 2.3.0 开始

This commit is contained in:
Redkale
2020-12-14 13:49:47 +08:00
parent 4018a95af0
commit 871f84b1ff

View File

@@ -17,7 +17,7 @@ public final class Redkale {
} }
public static String getDotedVersion() { public static String getDotedVersion() {
return "2.2.0"; return "2.3.0";
} }
public static int getMajorVersion() { public static int getMajorVersion() {
@@ -25,6 +25,6 @@ public final class Redkale {
} }
public static int getMinorVersion() { public static int getMinorVersion() {
return 2; return 3;
} }
} }