From 52c4cb4e6662b19d63c80463c21aedd720b53d66 Mon Sep 17 00:00:00 2001 From: Thomas von Dein Date: Thu, 21 Mar 2024 13:28:44 +0100 Subject: [PATCH] bump --- config/static.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/static.go b/config/static.go index 9aa4789..0f6e9a4 100644 --- a/config/static.go +++ b/config/static.go @@ -16,7 +16,7 @@ const ( const PLAYERSPEED int = 5 const PARTICLE_LOOPWAIT time.Duration = 250 * time.Millisecond const LEVEL_END_WAIT time.Duration = 500 * time.Millisecond -const version string = "1.1.0" +const version string = "1.2.0" const MenuRectX int = 600 const MenuRectY int = 0