Skip to content

Commit 9a4d162

Browse files
committed
update v
1 parent e977836 commit 9a4d162

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmd/version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ var versionCmd = &cobra.Command{
1111
Short: "Print the version number of rkd",
1212
Long: `All software has versions. This is rkd's`,
1313
Run: func(cmd *cobra.Command, args []string) {
14-
fmt.Println("0.0.2")
14+
fmt.Println("0.1.0")
1515
},
1616
}
1717

0 commit comments

Comments
 (0)