From bc75d4bc50da1820e849dda9e68a0ffd004b3a26 Mon Sep 17 00:00:00 2001 From: Alex Clink Date: Mon, 20 Sep 2021 23:35:44 -0400 Subject: [PATCH] Bump version --- src/lx_chess/version.cr | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lx_chess/version.cr b/src/lx_chess/version.cr index f121225..3896496 100644 --- a/src/lx_chess/version.cr +++ b/src/lx_chess/version.cr @@ -1,3 +1,3 @@ module LxChess - VERSION = "0.1.1" + VERSION = "0.1.2" end