This commit is contained in:
Luke K 2020-06-01 11:16:05 +00:00
parent d4f092465c
commit 0b937285c7
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.0.18"
const Version = "v0.1.0"
func init() {
root.AddCommand(versionCmd)