Skip to content

Commit

Permalink
cool-tools创建的项目增加容器开发环境
Browse files Browse the repository at this point in the history
  • Loading branch information
gcslaoli committed Jan 31, 2023
1 parent fe73806 commit c35375e
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion cool-tools/internal/cmd/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ var (
Brief: "查看版本信息",
Func: func(ctx context.Context, parser *gcmd.Parser) (err error) {
info := gbuild.Info()
binVersion := "v1.0.15"
binVersion := "v1.0.16"

// 生成sVersion结构体
res := sVersion{
Expand Down
2 changes: 1 addition & 1 deletion cool-tools/internal/packed/cool-admin-go-simple.go

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion cool-tools/internal/packed/docs.go

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions docs/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
## 1.0.16

- 更新依赖
- cool-tools创建的项目增加容器开发环境

## 1.0.15

Expand Down

0 comments on commit c35375e

Please sign in to comment.