|
@@ -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[:])
|