Skip to content

Commit 1cec304

Browse files
committed
Fix version
1 parent 788f22e commit 1cec304

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

game/setup.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ local setup = {}
1111
--Set game's global variables, random seed, window configuration and anything else needed
1212
function setup.config()
1313

14-
VERSION = "0.9.0"
14+
VERSION = "0.8.0"
1515
DEV = true
1616

1717
--RANDOM SEED--

0 commit comments

Comments
 (0)