Skip to content

Commit 0b93728

Browse files
committed
v0.1.0
1 parent d4f0924 commit 0b93728

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmd/version.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ import (
88

99
// Version
1010
// Printed on subcommand `version` or flag `--version`
11-
const Version = "v0.0.18"
11+
const Version = "v0.1.0"
1212

1313
func init() {
1414
root.AddCommand(versionCmd)

0 commit comments

Comments
 (0)