We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7e53022 commit 1bb7b02Copy full SHA for 1bb7b02
.gocar.toml
@@ -11,7 +11,7 @@ mode = "project"
11
name = "gocar"
12
13
# 项目版本号
14
-version = "0.2.0"
+version = "0.2.1"
15
16
# 构建配置
17
[build]
internal/cli/cli.go
@@ -10,7 +10,7 @@ import (
10
)
// Version 版本号
-var Version = "0.2.0"
+var Version = "0.2.1"
// ErrCommandNotFound 命令未找到错误
var ErrCommandNotFound = errors.New("command not found")
0 commit comments