Skip to content

Commit af17a9f

Browse files
committed
调整版本号
1 parent faa4673 commit af17a9f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/vars/version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ import "strings"
88
//
99
// 遵守 https://semver.org/lang/zh-CN/ 规则。
1010
// 程序不兼容或是文档格式不兼容时,需要提升主版本号。
11-
const version = "5.0.0"
11+
const version = "5.0.2"
1212

1313
var (
1414
fullVersion = version

0 commit comments

Comments
 (0)