From 844b342b643fc1cae5b7b4eb7281ac9452503eda Mon Sep 17 00:00:00 2001 From: jhnstn Date: Tue, 12 Mar 2024 16:54:47 -0400 Subject: [PATCH] Bump version --- gbm-cli/cmd/root.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gbm-cli/cmd/root.go b/gbm-cli/cmd/root.go index e921336..395582a 100644 --- a/gbm-cli/cmd/root.go +++ b/gbm-cli/cmd/root.go @@ -8,7 +8,7 @@ import ( "github.com/wordpress-mobile/release-toolkit-gutenberg-mobile/gbm-cli/pkg/console" ) -const Version = "v1.5.0" +const Version = "v1.6.0" // rootCmd represents the base command when called without any subcommands var rootCmd = &cobra.Command{