From b2981a89b8ed4d6ac91284bd06a06ac705aced91 Mon Sep 17 00:00:00 2001 From: Alexander Terp Date: Sun, 10 Nov 2024 22:20:40 +1100 Subject: [PATCH] Bump version to 0.4.7 --- core/cobra_root.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/cobra_root.go b/core/cobra_root.go index 080fbd0..5519537 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.6", + Version: "0.4.7", FParseErrWhitelist: cobra.FParseErrWhitelist{ UnknownFlags: true, },