From 4d8a6ed77d696a78af97f2a7cb7997bbabbd7281 Mon Sep 17 00:00:00 2001 From: Noah Gorstein Date: Sun, 17 Sep 2023 21:53:27 -0400 Subject: [PATCH] chore: prep v0.5.0 release (#44) --- cmd/root.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd/root.go b/cmd/root.go index 4f83b0e..fdb1c12 100644 --- a/cmd/root.go +++ b/cmd/root.go @@ -14,7 +14,7 @@ import ( ) var rootCmd = &cobra.Command{ - Version: "0.4.0", + Version: "0.5.0", Use: "jqp", Short: "jqp is a TUI to explore jq", Long: `jqp is a TUI to explore the jq command line utility`,