Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
shtayeb committed Feb 12, 2024
1 parent 1850fa8 commit 8f1dd8b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/root.go
Original file line number Diff line number Diff line change
Expand Up @@ -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 == "" {
Expand Down

0 comments on commit 8f1dd8b

Please sign in to comment.