diff --git a/cmd/root.go b/cmd/root.go index 2cecfd5..d2ec4f8 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.5.2", + Version: "0.5.3", Args: cobra.MaximumNArgs(1), Run: func(cmd *cobra.Command, args []string) { config.SetDefaults()