From 410a5220f96cc78af34ef9e10333e99c6248a45a Mon Sep 17 00:00:00 2001 From: Noah Gorstein Date: Sat, 7 Jan 2023 17:46:29 -0500 Subject: [PATCH] chore(release): bump version to 0.4.0 (#37) --- cmd/root.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd/root.go b/cmd/root.go index f7502a3..d51ffd4 100644 --- a/cmd/root.go +++ b/cmd/root.go @@ -14,7 +14,7 @@ import ( ) var rootCmd = &cobra.Command{ - Version: "0.3.0", + Version: "0.4.0", Use: "jqp", Short: "jqp is a TUI to explore jq", Long: `jqp is a TUI to explore the jq command line utility`,