Merge pull request #36 from github/config/v0.7.1

config: bump to 0.7.1
This commit is contained in:
CamiloGarciaLaRotta 2021-07-22 10:35:23 -04:00 committed by GitHub
commit d688dc76ec

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