1
0

Bump version

This commit is contained in:
2019-12-25 14:38:30 +00:00
parent d58226c22c
commit c1a3cb6ce5
2 changed files with 7 additions and 1 deletions

View File

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