Skip to content

Commit

Permalink
bump to v1.1.2
Browse files Browse the repository at this point in the history
- fixed: on `--update-sim`
- fixed: go switch is not c++ like.
- best hook point to set env-prefix
- `GetUsedConfigSubDir()` returns absolute path (normalized)
  • Loading branch information
hedzr committed Aug 8, 2019
1 parent e9204d3 commit d9da6ba
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doc.go
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ const (
// AppName const
AppName = "cmdr" // main app-name
// Version const
Version = "1.1.1" // version name
Version = "1.1.2" // version name
// VersionInt const
VersionInt = 0x010101 // using as
VersionInt = 0x010102 // using as
)

0 comments on commit d9da6ba

Please sign in to comment.