Redkale 2.0.0.beta4 结束

This commit is contained in:
Redkale
2019-09-20 08:58:51 +08:00
parent 8744e76cad
commit b7acce0814
2 changed files with 2 additions and 2 deletions

View File

@@ -45,7 +45,7 @@ import static java.lang.annotation.RetentionPolicy.RUNTIME;
* </pre>
*
* @see Column
* @see GeneratedValue
* see GeneratedValue
*
* @since Java Persistence 1.0
*/

View File

@@ -17,7 +17,7 @@ public final class Redkale {
}
public static String getDotedVersion() {
return "2.0.0-beta3";
return "2.0.0-beta4";
}
public static int getMajorVersion() {