Skip to content

Commit

Permalink
Bump version to 0.4.7
Browse files Browse the repository at this point in the history
  • Loading branch information
amterp committed Nov 10, 2024
1 parent de1a15f commit b2981a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/cobra_root.go
Original file line number Diff line number Diff line change
Expand Up @@ -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,
},
Expand Down

0 comments on commit b2981a8

Please sign in to comment.