Skip to content

Commit

Permalink
version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
shtayeb committed Jan 2, 2024
1 parent 04c7fff commit 9fd6bd7
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.2.3",
Version: "0.3.0",
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 9fd6bd7

Please sign in to comment.