1
0
Fork 0

Bump version in source code

timestamps
dump_stack() 2018-12-01 18:12:44 +00:00
parent 8225f0044d
commit b36956c7a4
1 changed files with 1 additions and 1 deletions

View File

@ -22,7 +22,7 @@ func main() {
)
app.Author("Mikhail Klementev <jollheef@riseup.net>")
app.Version("0.1.0")
app.Version("0.2.0")
pathFlag := app.Flag("path", "Path to work directory")
path := pathFlag.Default(".").ExistingDir()