Skip to content

Commit 6fb4b42

Browse files
Version up.
1 parent f8c4c7c commit 6fb4b42

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.7")
15+
fmt.Println("v1.0.8")
1616
},
1717
}
1818
}

0 commit comments

Comments
 (0)