Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit a318705

Browse files
committedFeb 12, 2023
bump to v1.11.8
- v1.11.8 (FRZ) - upgrade `hedzr/errors.v3` to compliant with go1.20+ Signed-off-by: Hedzr Yeh <hedzrz@gmail.com>
1 parent 225b436 commit a318705

File tree

3 files changed

+11
-2
lines changed

3 files changed

+11
-2
lines changed
 

‎CHANGELOG

+5
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
# CHANGELOGS
22

33
## Versions
4+
5+
- v1.11.8 (FRZ)
6+
7+
- upgrade `hedzr/errors.v3` to compliant with go1.20+
8+
49
- v1.11.7 (FRZ)
510

611
- upgrade `hedzr/evendeep`

‎README.md

+4
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,10 @@ and Bonus of [#cmdr](https://github.com/topics/cmdr) Series:
5050
- english documentation NOT completed yet
5151
- documentation at: <https://hedzr.github.io/cmdr-docs/>
5252

53+
- v1.11.8 (FRZ)
54+
55+
- upgrade `hedzr/errors.v3` to compliant with go1.20+
56+
5357
- v1.11.7 (FRZ)
5458

5559
- upgrade `hedzr/evendeep`

‎doc.go

+2-2
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ const (
1111
// AppName const
1212
AppName = "cmdr"
1313
// Version const
14-
Version = "1.11.7"
14+
Version = "1.11.8"
1515
// VersionInt const
16-
VersionInt = 0x010b07
16+
VersionInt = 0x010b08
1717
)

0 commit comments

Comments
 (0)
Please sign in to comment.