Skip to content

Commit

Permalink
update version number
Browse files Browse the repository at this point in the history
  • Loading branch information
xfong committed Mar 2, 2022
1 parent 7eb5de1 commit 0e4ce29
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion engine/engine.go
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ import (
"time"
)

const VERSION = "uMagNUS 2.0.1 RC1"
const VERSION = "uMagNUS 2.0.1"

var UNAME = VERSION + " " + runtime.GOOS + "_" + runtime.GOARCH + " " + runtime.Version() + " (" + runtime.Compiler + ")"

Expand Down
2 changes: 1 addition & 1 deletion engine64/engine.go
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ import (
"time"
)

const VERSION = "uMagNUS 2.0.1 RC1"
const VERSION = "uMagNUS 2.0.1"

var UNAME = VERSION + " " + runtime.GOOS + "_" + runtime.GOARCH + " " + runtime.Version() + " (" + runtime.Compiler + ")"

Expand Down

0 comments on commit 0e4ce29

Please sign in to comment.