diff --git a/engine/engine.go b/engine/engine.go index e61202d..37dfb48 100644 --- a/engine/engine.go +++ b/engine/engine.go @@ -20,7 +20,7 @@ import ( "time" ) -const VERSION = "uMagNUS 1.3.0" +const VERSION = "uMagNUS 1.3.1" var UNAME = VERSION + " " + runtime.GOOS + "_" + runtime.GOARCH + " " + runtime.Version() + " (" + runtime.Compiler + ")"