We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 788f22e commit 1cec304Copy full SHA for 1cec304
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.8.0"
15
DEV = true
16
17
--RANDOM SEED--
0 commit comments