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 28, 2022
1 parent 1712e89 commit dca3fde
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.1.0 rc1"
const VERSION = "uMagNUS 2.1.0"

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.1.0 rc1"
const VERSION = "uMagNUS 2.1.0"

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

Expand Down

0 comments on commit dca3fde

Please sign in to comment.