From 4b7dce4de2c6beb53bbc28e829ae6c84e3b6d9b8 Mon Sep 17 00:00:00 2001 From: Carlos Garcia Date: Wed, 17 Jan 2024 16:40:04 +0100 Subject: [PATCH] Bump version of `gbm-cli` to 1.5.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 244271d..97b7b9c 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/gh" ) -const Version = "v1.4.0" +const Version = "v1.5.0" // rootCmd represents the base command when called without any subcommands var rootCmd = &cobra.Command{