Skip to content

Commit

Permalink
bump to v1.10.35
Browse files Browse the repository at this point in the history
  • Loading branch information
hedzr committed Apr 6, 2022
1 parent 20b42aa commit 8cca790
Show file tree
Hide file tree
Showing 3 changed files with 10 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.35
- fix nil exception while print error sometimes

- v1.10.33
- routine maintenance release

Expand Down
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,11 @@ 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.35 (WIP)
- v1.10.36 (WIP)
- _

- v1.10.35
- fix nil exception while print error sometimes

- v1.10.33
- routine maintenance release
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.33"
Version = "1.10.35"
// VersionInt const
VersionInt = 0x010a21
VersionInt = 0x010a23
)

0 comments on commit 8cca790

Please sign in to comment.