Skip to content

Commit

Permalink
bump to v1.11.7 (RM/FRZ)
Browse files Browse the repository at this point in the history
A routine-maintained release for upgrading dep-lib evendeep.

Signed-off-by: Hedzr Yeh <[email protected]>
  • Loading branch information
hedzr committed Feb 11, 2023
1 parent 8a29661 commit 620d32d
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
@@ -1,6 +1,9 @@
# CHANGELOGS

## Versions
- v1.11.7 (FRZ)

- upgrade `hedzr/evendeep`

- v1.11.6 (FRZ)

Expand Down
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,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.11.7 (FRZ)

- upgrade `hedzr/evendeep`

- v1.11.6 (FRZ)

- upgrade `hedzr/evendeep`
Expand All @@ -65,7 +69,7 @@ and Bonus of [#cmdr](https://github.com/topics/cmdr) Series:
- NOTE: we declared a go1.18 Module in go.mod.
- ...

- More details at [CHANGELOG](./CHANGELOG)
- More details at [CHANGELOG](https://github.com/hedzr/cmdr/blob/master/CHANGELOG)

## Features

Expand Down
4 changes: 2 additions & 2 deletions doc.go
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ const (
// AppName const
AppName = "cmdr"
// Version const
Version = "1.11.6"
Version = "1.11.7"
// VersionInt const
VersionInt = 0x010b06
VersionInt = 0x010b07
)

0 comments on commit 620d32d

Please sign in to comment.