diff --git a/cmd/root.go b/cmd/root.go index 62b5c66..cea2c94 100644 --- a/cmd/root.go +++ b/cmd/root.go @@ -15,7 +15,7 @@ import ( var rootCmd = &cobra.Command{ Use: "fm", Short: "FM is a simple, configurable, and fun to use file manager", - Version: "0.7.2", + Version: "0.7.3", Args: cobra.MaximumNArgs(1), Run: func(cmd *cobra.Command, args []string) { startDir := cmd.Flags().Lookup("start-dir")