Bump app versions

pull/97/head
Aloïs Micard 3 years ago
parent a2db14cc7b
commit 592a1621d6
No known key found for this signature in database
GPG Key ID: 1A0EB82F071F5EFE

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

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

Loading…
Cancel
Save