Bump version in source code
This commit is contained in:
parent
8225f0044d
commit
b36956c7a4
2
main.go
2
main.go
@ -22,7 +22,7 @@ func main() {
|
|||||||
)
|
)
|
||||||
|
|
||||||
app.Author("Mikhail Klementev <jollheef@riseup.net>")
|
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")
|
pathFlag := app.Flag("path", "Path to work directory")
|
||||||
path := pathFlag.Default(".").ExistingDir()
|
path := pathFlag.Default(".").ExistingDir()
|
||||||
|
Loading…
Reference in New Issue
Block a user