Skip to content

Commit 8aa936e

Browse files
committed
JPress v5.0.8 release (^.^)YYa!!
1 parent 6efede9 commit 8aa936e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

jpress-commons/src/main/java/io/jpress/JPressConsts.java

+2-2
Original file line numberDiff line numberDiff line change
@@ -23,13 +23,13 @@
2323
*/
2424
public class JPressConsts {
2525

26-
public static final String VERSION = "v5.0.7";
26+
public static final String VERSION = "v5.0.8";
2727

2828
//v2.x not define
2929
//v3.x VERSION_CODE < 40
3030
//v4.x VERSION_CODE >= 40
3131
//v5.x VERSION_CODE >= 80
32-
public static final String VERSION_CODE = "87";
32+
public static final String VERSION_CODE = "88";
3333

3434
/**
3535
* 后台系统菜单的 ID

0 commit comments

Comments
 (0)