diff --git a/core/cobra_root.go b/core/cobra_root.go index 8c48f74..2ee5b41 100644 --- a/core/cobra_root.go +++ b/core/cobra_root.go @@ -21,7 +21,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.3.4", + Version: "0.3.5", FParseErrWhitelist: cobra.FParseErrWhitelist{ UnknownFlags: true, },