From 7e49db3be3129761aaddeb9acdb038797335b303 Mon Sep 17 00:00:00 2001 From: CamiloGarciaLaRotta Date: Thu, 22 Jul 2021 10:33:00 -0400 Subject: [PATCH] config: bump to 0.7.1 Hoping to prove that Goreleaser & Homebrew run automatically --- cmd/ghcs/main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd/ghcs/main.go b/cmd/ghcs/main.go index 0b5c001b2..aee1b2aec 100644 --- a/cmd/ghcs/main.go +++ b/cmd/ghcs/main.go @@ -15,7 +15,7 @@ var rootCmd = &cobra.Command{ Use: "ghcs", Short: "Unofficial GitHub Codespaces CLI.", Long: "Unofficial CLI tool to manage and interact with GitHub Codespaces.", - Version: "0.7.0", + Version: "0.7.1", } func Execute() {