config: bump to v0.7.0

This commit is contained in:
Camilo Garcia La Rotta 2021-07-22 10:13:20 -04:00
parent 89cf916e23
commit 14468baba6

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.6.0",
Version: "0.7.0",
}
func Execute() {