From bde14e5c1ea6ec0d154c4b5a6f4b6905c42f35d7 Mon Sep 17 00:00:00 2001 From: Wilson Kazuo Mizutani Date: Thu, 25 Jun 2020 19:18:28 -0300 Subject: [PATCH] Bump version --- game/setup.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/game/setup.lua b/game/setup.lua index 87a27800..f329b88c 100644 --- a/game/setup.lua +++ b/game/setup.lua @@ -11,7 +11,7 @@ local setup = {} --Set game's global variables, random seed, window configuration and anything else needed function setup.config() - VERSION = "0.5.1" + VERSION = "0.6.0" DEV = true --RANDOM SEED--