Updated version

pull/1145/head
kompotkot 2024-12-12 12:21:04 +00:00
rodzic 8f1029bc24
commit 442554c010
2 zmienionych plików z 3 dodań i 3 usunięć

Wyświetl plik

@ -567,8 +567,8 @@ var CommonCommands = []*cli.Command{
Name: "version",
Usage: "Shows nodebalancer package version",
Action: func(cCtx *cli.Context) error {
fmt.Println(NB_VERSION)
fmt.Println(bugout.Version)
fmt.Printf("Node Balancer version: %s\n", NB_VERSION)
fmt.Printf("Bugout version: %s\n", bugout.Version)
return nil
},
},

Wyświetl plik

@ -1,3 +1,3 @@
package main
var NB_VERSION = "0.2.7"
var NB_VERSION = "0.2.8"