Skip to content

Commit 3c33c99

Browse files
committed
bumped to v1.1.7: enh/daemon signals, enh/TrapSignals; new/nacl supports; imp+fix/examples; imp/doc;
1 parent fe4907b commit 3c33c99

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 = "1.1.6" // version name
11+
Version = "1.1.7" // version name
1212
// VersionInt const
13-
VersionInt = 0x010106 // using as
13+
VersionInt = 0x010107 // using as
1414
)

0 commit comments

Comments
 (0)