Skip to content

Commit c4583f5

Browse files
committed
v1.6.1
- This is a bug-fixed version for v1.6.0 - daemon plugin: a typo `:=` Signed-off-by: Hedzr Yeh <[email protected]>
1 parent 0cc8bad commit c4583f5

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,8 @@ import "github.com/hedzr/cmdr"
3838

3939
## News
4040

41-
- Next rel will be v1.6, and the deprecated functions will be removed.
41+
- The v1.6.1 released: those deprecated functions have been removed.
42+
This is a bug-fixed version on v1.6.0
4243

4344
- The v1.5.5 is last release that the **DEPRECATED functions** would be kept.
4445

doc.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ const (
88
// AppName const
99
AppName = "cmdr"
1010
// Version const
11-
Version = "1.6.0"
11+
Version = "1.6.1"
1212
// VersionInt const
13-
VersionInt = 0x010600
13+
VersionInt = 0x010601
1414
)

0 commit comments

Comments
 (0)