Skip to content

Commit 43b140e

Browse files
committed
Add version 1.0.0
1 parent b92c50e commit 43b140e

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

cmd/root.go

+3-2
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,9 @@ var multimediaOnly bool
1717

1818
// rootCmd represents the base command when called without any subcommands
1919
var rootCmd = &cobra.Command{
20-
Use: "sort-it [source folder] [destination folder]",
21-
Short: "Sort your unorganized files with one command.",
20+
Use: "sort-it [source folder] [destination folder]",
21+
Version: "1.0.0",
22+
Short: "Sort your unorganized files with one command.",
2223
Long: `Sort your unorganized files with sort-it using only one command. This utility
2324
is able to find duplicates, sort multimedia files like photos, videos, and
2425
audio and also to create summary files in json as well as html where all

0 commit comments

Comments
 (0)