Skip to content

Commit

Permalink
迭代版本
Browse files Browse the repository at this point in the history
  • Loading branch information
HC74 committed Feb 28, 2023
1 parent 75a4a76 commit 283ab26
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@

When used with Go modules, use the following import path:
```go
go install github.com/HC74/modelctl@v0.8-ga
go install github.com/HC74/modelctl@v0.9-ga
```
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ var (
// 接受命令行输入的参数
flagModel = model.FlagModel{}
binInfoFlag *bool
Version = "V0.8"
Version = "V0.9"
)

func init() {
Expand Down

0 comments on commit 283ab26

Please sign in to comment.