From f55c379bb65199e1ebf7693539ebfa8e3bcd94f3 Mon Sep 17 00:00:00 2001 From: "Tanner W. Stokes" Date: Mon, 29 Apr 2024 14:09:53 -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 d9f18a0..0d8655b 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.7.0" +const Version = "v1.8.0" // rootCmd represents the base command when called without any subcommands var rootCmd = &cobra.Command{