Skip to content

Commit

Permalink
Bump version to 0.4.9
Browse files Browse the repository at this point in the history
  • Loading branch information
amterp committed Nov 12, 2024
1 parent 6fe0e8a commit 9087d4f
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.8",
Version: "0.4.9",
FParseErrWhitelist: cobra.FParseErrWhitelist{
UnknownFlags: true,
},
Expand Down

0 comments on commit 9087d4f

Please sign in to comment.