version update

This commit is contained in:
0xdcarns
2022-01-13 10:05:12 -05:00
parent 2fe8025afa
commit 9d59cb1d5e
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -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
}