Skip to content

Commit

Permalink
bump to v1.10.27
Browse files Browse the repository at this point in the history
  • Loading branch information
hedzr committed Feb 20, 2022
1 parent 2a2f788 commit ae223ed
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 3 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@
## Versions


- v1.10.27
- upgrade to errors.v3

- v1.10.24
- fix: version command, help screen not work

- v1.10.23
- fix: unknown switch char not an error now
- imp: refined gen zsh code, and gen shell codes
Expand Down
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,10 @@ and Bonus of [#cmdr](https://github.com/topics/cmdr) Series:
- english documentation NOT completed yet
- documentation at: https://hedzr.github.io/cmdr-docs/

- v1.10.27 (WIP)
- v1.10.29 (WIP)

- v1.10.27
- upgrade to errors.v3

- v1.10.24
- fix: version command, help screen not work
Expand Down
4 changes: 2 additions & 2 deletions doc.go
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ const (
// AppName const
AppName = "cmdr"
// Version const
Version = "1.10.24"
Version = "1.10.27"
// VersionInt const
VersionInt = 0x010a18
VersionInt = 0x010a1b
)

0 comments on commit ae223ed

Please sign in to comment.