Skip to content

Commit 7dc2180

Browse files
author
flowerinthenight
committed
Version up.
1 parent 1ffee27 commit 7dc2180

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
@@ -12,7 +12,7 @@ func VersionCmd() *cobra.Command {
1212
Short: "print the version",
1313
Long: `Print the version.`,
1414
Run: func(cmd *cobra.Command, args []string) {
15-
fmt.Println("v1.0.5")
15+
fmt.Println("v1.0.7")
1616
},
1717
}
1818
}

0 commit comments

Comments
 (0)