We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0cc8bad commit c4583f5Copy full SHA for c4583f5
README.md
@@ -38,7 +38,8 @@ import "github.com/hedzr/cmdr"
38
39
## News
40
41
-- Next rel will be v1.6, and the deprecated functions will be removed.
+- The v1.6.1 released: those deprecated functions have been removed.
42
+ This is a bug-fixed version on v1.6.0
43
44
- The v1.5.5 is last release that the **DEPRECATED functions** would be kept.
45
doc.go
@@ -8,7 +8,7 @@ const (
8
// AppName const
9
AppName = "cmdr"
10
// Version const
11
- Version = "1.6.0"
+ Version = "1.6.1"
12
// VersionInt const
13
- VersionInt = 0x010600
+ VersionInt = 0x010601
14
)
0 commit comments