Skip to content

Commit b316367

Browse files
committed
bump to 0.2.23
- code quality - supports `SetCurrentHelpPainter(painter)` - supports `WalkAllCommands(nil, ...)` - add a set of `cmdr.GetXxxR()`, `cmdr.GetXxxRP()` - supports `SetUnknownOptionHandler(...)` - supports Smart suggestions for wrong command and flags - others...
1 parent 1be387c commit b316367

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.21" // version name
11+
Version = "0.2.23" // version name
1212
// VersionInt const
13-
VersionInt = 0x000215 // using as
13+
VersionInt = 0x000217 // using as
1414
)

0 commit comments

Comments
 (0)