Skip to content

Commit 4669c67

Browse files
author
server
committed
develop
1 parent c0e3b72 commit 4669c67

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

module/Cms/config.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"Vendor:>=1.4.0",
66
"Member"
77
],
8-
"version": "1.5.0",
8+
"version": "1.6.0",
99
"modstartVersion": ">=1.4.0",
1010
"author": "ModStart",
1111
"description": "提供通用的动态模型内容管理系统"

vendor/modstart/modstart/src/ModStart.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
*/
1515
class ModStart
1616
{
17-
public static $version = '1.6.0';
17+
public static $version = '1.7.0';
1818

1919
public static $script = [];
2020
public static $style = [];

0 commit comments

Comments
 (0)