Redkale 2.8.0 开始
This commit is contained in:
2
pom.xml
2
pom.xml
@@ -7,7 +7,7 @@
|
|||||||
<name>RedkaleProject</name>
|
<name>RedkaleProject</name>
|
||||||
<url>https://redkale.org</url>
|
<url>https://redkale.org</url>
|
||||||
<description>redkale -- java framework</description>
|
<description>redkale -- java framework</description>
|
||||||
<version>2.7.0</version>
|
<version>2.8.0-SNAPSHOT</version>
|
||||||
|
|
||||||
<properties>
|
<properties>
|
||||||
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
||||||
|
|||||||
@@ -24,7 +24,7 @@ public final class Redkale {
|
|||||||
}
|
}
|
||||||
|
|
||||||
public static String getDotedVersion() {
|
public static String getDotedVersion() {
|
||||||
return "2.7.0";
|
return "2.8.0";
|
||||||
}
|
}
|
||||||
|
|
||||||
public static int getMajorVersion() {
|
public static int getMajorVersion() {
|
||||||
@@ -32,6 +32,6 @@ public final class Redkale {
|
|||||||
}
|
}
|
||||||
|
|
||||||
public static int getMinorVersion() {
|
public static int getMinorVersion() {
|
||||||
return 7;
|
return 8;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user