config: bump to 0.7.1

Hoping to prove that Goreleaser & Homebrew run automatically
This commit is contained in:
CamiloGarciaLaRotta 2021-07-22 10:33:00 -04:00 committed by GitHub
parent f35186485c
commit 7e49db3be3

View file

@ -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() {