Skip to content

Commit 03546e9

Browse files
committed
upgrade version
1 parent adab823 commit 03546e9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

app/Constant/AppConstant.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,6 @@ class AppConstant
66
{
77
const APP = 'blog';
88
const APP_NAME = 'ModStartBlog';
9-
const VERSION = '9.5.0';
9+
const VERSION = '9.6.0';
1010
}
1111

vendor/modstart/modstart/src/ModStart.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
*/
1717
class ModStart
1818
{
19-
public static $version = '3.9.0';
19+
public static $version = '4.0.0';
2020

2121
public static $script = [];
2222
public static $style = [];

0 commit comments

Comments
 (0)