Skip to content

Commit 1bb7b02

Browse files
committed
0.2.1
1 parent 7e53022 commit 1bb7b02

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.gocar.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ mode = "project"
1111
name = "gocar"
1212

1313
# 项目版本号
14-
version = "0.2.0"
14+
version = "0.2.1"
1515

1616
# 构建配置
1717
[build]

internal/cli/cli.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ import (
1010
)
1111

1212
// Version 版本号
13-
var Version = "0.2.0"
13+
var Version = "0.2.1"
1414

1515
// ErrCommandNotFound 命令未找到错误
1616
var ErrCommandNotFound = errors.New("command not found")

0 commit comments

Comments
 (0)