1
0

Bump version

This commit is contained in:
2020-06-14 21:03:12 +00:00
parent 992c41c84b
commit 5b0bf7de01
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.3.0")
app.Version("1.4.0")
pathFlag := app.Flag("path", "Path to work directory")
path := pathFlag.Default(".").ExistingDir()