diff --git a/core/cobra_root.go b/core/cobra_root.go index 5519537..4053398 100644 --- a/core/cobra_root.go +++ b/core/cobra_root.go @@ -22,7 +22,7 @@ func NewRootCmd(cmdInput CmdInput) *cobra.Command { Use: "", Short: "Request And Display (RAD)", Long: `Request And Display (RAD): A tool for making HTTP requests, extracting details, and displaying the result.`, - Version: "0.4.7", + Version: "0.4.8", FParseErrWhitelist: cobra.FParseErrWhitelist{ UnknownFlags: true, },