mirror of
https://github.com/gravitl/netmaker.git
synced 2024-11-11 01:54:34 +08:00
version update
This commit is contained in:
parent
62d06736ee
commit
a9cbd10ef5
2 changed files with 2 additions and 2 deletions
|
@ -18,7 +18,7 @@ func main() {
|
|||
app := cli.NewApp()
|
||||
app.Name = "Netclient CLI"
|
||||
app.Usage = "Netmaker's netclient agent and CLI. Used to perform interactions with Netmaker server and set local WireGuard config."
|
||||
app.Version = "v0.9.4"
|
||||
app.Version = "v0.10.0"
|
||||
|
||||
cliFlags := cli_options.GetFlags(ncutils.GetHostname())
|
||||
app.Commands = cli_options.GetCommands(cliFlags[:])
|
||||
|
|
|
@ -113,7 +113,7 @@ func GetAPIConnString() string {
|
|||
|
||||
// GetVersion - version of netmaker
|
||||
func GetVersion() string {
|
||||
version := "0.9.4"
|
||||
version := "0.10.0"
|
||||
if config.Config.Server.Version != "" {
|
||||
version = config.Config.Server.Version
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue