We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 37fee92 commit 63d66a5Copy full SHA for 63d66a5
game/setup.lua
@@ -11,7 +11,7 @@ local setup = {}
11
--Set game's global variables, random seed, window configuration and anything else needed
12
function setup.config()
13
14
- VERSION = "0.5.0"
+ VERSION = "0.5.1"
15
DEV = true
16
17
--RANDOM SEED--
0 commit comments