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 faa4673 commit af17a9fCopy full SHA for af17a9f
internal/vars/version.go
@@ -8,7 +8,7 @@ import "strings"
8
//
9
// 遵守 https://semver.org/lang/zh-CN/ 规则。
10
// 程序不兼容或是文档格式不兼容时,需要提升主版本号。
11
-const version = "5.0.0"
+const version = "5.0.2"
12
13
var (
14
fullVersion = version
0 commit comments