bump app versions

This commit is contained in:
Aloïs Micard 2021-01-03 16:17:58 +01:00
parent 46a7a05e4a
commit 2133a1aeb5
No known key found for this signature in database
GPG Key ID: 1A0EB82F071F5EFE
2 changed files with 2 additions and 2 deletions

View File

@ -19,7 +19,7 @@ import (
)
const (
version = "0.8.0"
version = "0.9.0"
// APIURIFlag is the api-uri flag
APIURIFlag = "api-uri"
// APITokenFlag is the api-token flag

View File

@ -15,7 +15,7 @@ import (
func GetApp() *cli.App {
return &cli.App{
Name: "trandoshanctl",
Version: "0.8.0",
Version: "0.9.0",
Usage: "Trandoshan CLI",
Flags: []cli.Flag{
logging.GetLogFlag(),