We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e14e64d commit adcaaa8Copy full SHA for adcaaa8
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.9.0"
+ VERSION = "0.10.0"
15
DEV = true
16
17
--RANDOM SEED--
0 commit comments