From 14468baba6d84fca7546e44e8d7633f0968c8aa5 Mon Sep 17 00:00:00 2001 From: Camilo Garcia La Rotta Date: Thu, 22 Jul 2021 10:13:20 -0400 Subject: [PATCH] config: bump to v0.7.0 --- 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 a89a544b4..0b5c001b2 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.6.0", + Version: "0.7.0", } func Execute() {