Skip to content

Commit d9da6ba

Browse files
committed
bump to v1.1.2
- fixed: on `--update-sim` - fixed: go switch is not c++ like. - best hook point to set env-prefix - `GetUsedConfigSubDir()` returns absolute path (normalized)
1 parent e9204d3 commit d9da6ba

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.1" // version name
11+
Version = "1.1.2" // version name
1212
// VersionInt const
13-
VersionInt = 0x010101 // using as
13+
VersionInt = 0x010102 // using as
1414
)

0 commit comments

Comments
 (0)