mirror of
https://github.com/gravitl/netmaker.git
synced 2025-11-10 08:41:20 +08:00
updated version
This commit is contained in:
parent
ebb4f50483
commit
9f4f798f90
1 changed files with 2 additions and 2 deletions
|
|
@ -73,7 +73,7 @@ func GetAPIConnString() string {
|
||||||
return conn
|
return conn
|
||||||
}
|
}
|
||||||
func GetVersion() string {
|
func GetVersion() string {
|
||||||
version := "0.7.2"
|
version := "0.7.3"
|
||||||
if config.Config.Server.Version != "" {
|
if config.Config.Server.Version != "" {
|
||||||
version = config.Config.Server.Version
|
version = config.Config.Server.Version
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue