We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ceb7e67 commit 66979edCopy full SHA for 66979ed
core/version.go
@@ -6,7 +6,7 @@ package core
6
//
7
// 遵守 https://semver.org/lang/zh-CN/ 规则。
8
// 程序不兼容或是文档格式不兼容时,需要提升主版本号。
9
-const Version = "7.2.0"
+const Version = "7.2.1"
10
11
var (
12
fullVersion = Version
0 commit comments