1
0

Set version

This commit is contained in:
2019-08-30 17:40:01 +00:00
parent 104e70f861
commit dc73413114
2 changed files with 2 additions and 2 deletions

View File

@ -84,7 +84,7 @@ func main() {
)
app.Author("Mikhail Klementev <root@dumpstack.io>")
app.Version("1.0.1")
app.Version("1.1.0")
pathFlag := app.Flag("path", "Path to work directory")
path := pathFlag.Default(".").ExistingDir()