Skip to content

Commit 8b902e9

Browse files
committed
bump to v0.2.19
- codecov to 91% - gocov to 93.7% - reviewed all codes and fixed bugs - fixed: data racing on SetNx/Set, and config files reloaded - added: passwd input safely
1 parent 20f1fed commit 8b902e9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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" // main app-name
1010
// Version const
11-
Version = "0.2.17" // version name
11+
Version = "0.2.19" // version name
1212
// VersionInt const
13-
VersionInt = 0x0002017 // using as
13+
VersionInt = 0x0002019 // using as
1414
)

0 commit comments

Comments
 (0)