Skip to content

Commit

Permalink
bump to v1.10.33 since go mod tidy reported 410 gone, i have no idea …
Browse files Browse the repository at this point in the history
…what's up
  • Loading branch information
hedzr committed Mar 12, 2022
1 parent 4b9a423 commit f287f2f
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@

## Versions

- v1.10.33
- routine maintenance release

- v1.10.32
- fix: processing terminated too fast if global pre-actions return nil

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.33 (WIP)
- v1.10.35 (WIP)

- v1.10.33
- routine maintenance release

- v1.10.32
- fix: processing terminated too fast if global pre-actions return nil
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.32"
Version = "1.10.33"
// VersionInt const
VersionInt = 0x010a20
VersionInt = 0x010a21
)

0 comments on commit f287f2f

Please sign in to comment.