From 496cd3042e32f2c064b2cb1163b72941faaa3512 Mon Sep 17 00:00:00 2001 From: Gerardo Date: Wed, 10 Apr 2024 13:05:30 +0200 Subject: [PATCH] Bump version to v.1.7.0 --- 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 395582a..d9f18a0 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.6.0" +const Version = "v1.7.0" // rootCmd represents the base command when called without any subcommands var rootCmd = &cobra.Command{