From b83b12491718ee91a8daee04992d1a3b719efa34 Mon Sep 17 00:00:00 2001 From: welt Date: Wed, 13 Jul 2022 02:35:16 -0400 Subject: [PATCH] Bump version. --- const.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/const.go b/const.go index 07585e8..837ea82 100644 --- a/const.go +++ b/const.go @@ -1,6 +1,6 @@ package main -const VERSION = "0.1.0" +const VERSION = "0.1.1" const ( DESC_UPGRADE = "Upgrades your game files to the latest version." -- 2.38.5