1
0

Set version

This commit is contained in:
dump_stack() 2019-08-20 22:55:56 +00:00
parent a9d4d64e30
commit e4bed2a4c3
Signed by: dump_stack
GPG Key ID: BE44DA8C062D87DC

View File

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