Skip to content

Commit b244af3

Browse files
committed
chore: bump version to v0.6.3
1 parent 7ce8ab1 commit b244af3

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
@@ -12,7 +12,7 @@ var versionCmd = &cobra.Command{
1212
Short: "Print the version number of sbstck-dl",
1313
Long: `Display the current version of the app.`,
1414
Run: func(cmd *cobra.Command, args []string) {
15-
fmt.Println("sbstck-dl v0.6.1")
15+
fmt.Println("sbstck-dl v0.6.3")
1616
},
1717
}
1818

0 commit comments

Comments
 (0)