diff --git a/engine/engine.go b/engine/engine.go index 6003a11..f16e5f5 100644 --- a/engine/engine.go +++ b/engine/engine.go @@ -20,7 +20,7 @@ import ( "time" ) -const VERSION = "uMagNUS 2.1.0 rc1" +const VERSION = "uMagNUS 2.1.0" var UNAME = VERSION + " " + runtime.GOOS + "_" + runtime.GOARCH + " " + runtime.Version() + " (" + runtime.Compiler + ")" diff --git a/engine64/engine.go b/engine64/engine.go index ef35b71..1f31bd9 100644 --- a/engine64/engine.go +++ b/engine64/engine.go @@ -20,7 +20,7 @@ import ( "time" ) -const VERSION = "uMagNUS 2.1.0 rc1" +const VERSION = "uMagNUS 2.1.0" var UNAME = VERSION + " " + runtime.GOOS + "_" + runtime.GOARCH + " " + runtime.Version() + " (" + runtime.Compiler + ")"