This commit is contained in:
Luke K 2020-06-11 12:18:44 +00:00
parent 9dc0da73e8
commit b5ffc25b5c
No known key found for this signature in database
GPG Key ID: 4896F75BAF2E1966
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@ import (
// Version
// Printed on subcommand `version` or flag `--version`
const Version = "v0.1.0"
const Version = "v0.2.0"
func init() {
root.AddCommand(versionCmd)