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