We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c0e3b72 commit 4669c67Copy full SHA for 4669c67
module/Cms/config.json
@@ -5,7 +5,7 @@
5
"Vendor:>=1.4.0",
6
"Member"
7
],
8
- "version": "1.5.0",
+ "version": "1.6.0",
9
"modstartVersion": ">=1.4.0",
10
"author": "ModStart",
11
"description": "提供通用的动态模型内容管理系统"
vendor/modstart/modstart/src/ModStart.php
@@ -14,7 +14,7 @@
14
*/
15
class ModStart
16
{
17
- public static $version = '1.6.0';
+ public static $version = '1.7.0';
18
19
public static $script = [];
20
public static $style = [];
0 commit comments