Skip to content

Commit 66979ed

Browse files
committed
build: 更新版本号
1 parent ceb7e67 commit 66979ed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ package core
66
//
77
// 遵守 https://semver.org/lang/zh-CN/ 规则。
88
// 程序不兼容或是文档格式不兼容时,需要提升主版本号。
9-
const Version = "7.2.0"
9+
const Version = "7.2.1"
1010

1111
var (
1212
fullVersion = Version

0 commit comments

Comments
 (0)