Skip to content
This repository was archived by the owner on Mar 26, 2024. It is now read-only.

Commit

Permalink
bump to v1.11.6
Browse files Browse the repository at this point in the history
Signed-off-by: Hedzr Yeh <hedzrz@gmail.com>
  • Loading branch information
hedzr committed Jan 31, 2023
1 parent 77110f1 commit 397057a
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,12 @@ see also [`cmdr`](https://github.com/hedzr/cmdr), [`cmdr-addons`](https://github
## Status


### v1.11.6 and newer

golang 1.17+ required.

> Since Go Modules 1.17 can't compatible with lower versions.
### v1.9.9 and newer

golang 1.16+ required.
Expand Down
4 changes: 2 additions & 2 deletions doc.go
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ const (
// AppName const
AppName = "cmdr-examples"
// Version const
Version = "1.10.47"
Version = "1.11.6"
// VersionInt const
VersionInt = 0x010a2f
VersionInt = 0x010b06
)

0 comments on commit 397057a

Please sign in to comment.