refactor migrate for new models

This commit is contained in:
Matthew R. Kasun
2023-01-12 10:27:24 -05:00
parent da7ba76f22
commit 30c7e8b217
2 changed files with 25 additions and 73 deletions

View File

@@ -28,7 +28,7 @@ import (
stunserver "github.com/gravitl/netmaker/stun-server"
)
var version = "dev"
var version = "v0.18.0"
// Start DB Connection and start API Request Handler
func main() {