File tree 3 files changed +11
-2
lines changed
3 files changed +11
-2
lines changed Original file line number Diff line number Diff line change 1
1
# CHANGELOGS
2
2
3
3
## Versions
4
+
5
+ - v1.11.8 (FRZ)
6
+
7
+ - upgrade `hedzr/errors.v3` to compliant with go1.20+
8
+
4
9
- v1.11.7 (FRZ)
5
10
6
11
- upgrade `hedzr/evendeep`
Original file line number Diff line number Diff line change @@ -50,6 +50,10 @@ and Bonus of [#cmdr](https://github.com/topics/cmdr) Series:
50
50
- english documentation NOT completed yet
51
51
- documentation at: < https://hedzr.github.io/cmdr-docs/ >
52
52
53
+ - v1.11.8 (FRZ)
54
+
55
+ - upgrade ` hedzr/errors.v3 ` to compliant with go1.20+
56
+
53
57
- v1.11.7 (FRZ)
54
58
55
59
- upgrade ` hedzr/evendeep `
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ const (
11
11
// AppName const
12
12
AppName = "cmdr"
13
13
// Version const
14
- Version = "1.11.7 "
14
+ Version = "1.11.8 "
15
15
// VersionInt const
16
- VersionInt = 0x010b07
16
+ VersionInt = 0x010b08
17
17
)
You can’t perform that action at this time.
0 commit comments