Skip to content

Commit

Permalink
bump to v1.10.29
Browse files Browse the repository at this point in the history
  • Loading branch information
hedzr committed Mar 6, 2022
1 parent a56f491 commit 49a71f8
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 5 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@
## Versions


- v1.10.29
- routine maintenance release

- v1.10.27
- upgrade to errors.v3

Expand Down
9 changes: 6 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,10 +49,13 @@ 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.29 (WIP)
- v1.10.31 (WIP)

- v1.10.29
- routine maintenance release

- v1.10.27
- upgrade to errors.v3
- upgrade to [errors.v3](https://github.com/hedzr/errors)

- v1.10.24
- fix: version command, help screen not work
Expand Down Expand Up @@ -86,7 +89,7 @@ and Bonus of [#cmdr](https://github.com/topics/cmdr) Series:
- CHANGE: use [bgo build-tool](https://github.com/hedzr/bgo) now, Makefile thrown

- v1.10.11
- fix: setNx bug at last commit
- fix: setNx bug in last commit
- fix: send 1.10.10 failure

- v1.10.9
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.27"
Version = "1.10.29"
// VersionInt const
VersionInt = 0x010a1b
VersionInt = 0x010a1d
)

0 comments on commit 49a71f8

Please sign in to comment.