mirror of
https://github.com/creekorful/bathyscaphe
synced 2024-11-16 00:12:56 +00:00
bump app versions
This commit is contained in:
parent
46a7a05e4a
commit
2133a1aeb5
@ -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
|
||||
|
@ -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(),
|
||||
|
Loading…
Reference in New Issue
Block a user