diff --git a/cmd/root.go b/cmd/root.go index ddec8e9..00476ad 100644 --- a/cmd/root.go +++ b/cmd/root.go @@ -21,7 +21,7 @@ var ( // rootCmd represents the base command when called without any subcommands var rootCmd = &cobra.Command{ Use: "organizer", - Version: "0.3.1", + Version: "0.3.2", Short: "A CLI app to organize your files into folders according to their extensions.", Run: func(cmd *cobra.Command, args []string) { if path == "" {