mirror of
https://github.com/gravitl/netmaker.git
synced 2025-10-25 09:50:24 +08:00
added build tag for gui
This commit is contained in:
@@ -24,8 +24,10 @@ import (
|
||||
"golang.zx2c4.com/wireguard/wgctrl/wgtypes"
|
||||
)
|
||||
|
||||
// Version - version of the netclient
|
||||
var Version = "dev"
|
||||
var (
|
||||
// Version - version of the netclient
|
||||
Version = "dev"
|
||||
)
|
||||
|
||||
// MAX_NAME_LENGTH - maximum node name length
|
||||
const MAX_NAME_LENGTH = 62
|
||||
|
||||
Reference in New Issue
Block a user