Skip to content

Commit 5a0bf93

Browse files
committed
bumped to v1.6.0
- rewrote daemon plugin and remove 3rd party dep. so we have a full compatibility with nacl and Go Playground now. - plan9 and other OSes are **portable** now, not only nacl. Noted that is just `portable`, not supports.
1 parent 9483812 commit 5a0bf93

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"
1010
// Version const
11-
Version = "1.5.5"
11+
Version = "1.6.0"
1212
// VersionInt const
13-
VersionInt = 0x010505
13+
VersionInt = 0x010600
1414
)

0 commit comments

Comments
 (0)