From ea4e88d5b203b0e1da5e189deb9aab7e57e1549e Mon Sep 17 00:00:00 2001 From: the-sane <3657071+the-sane@users.noreply.github.com> Date: Mon, 14 Nov 2022 01:11:02 -0500 Subject: [PATCH] bump version --- lug-helper.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lug-helper.sh b/lug-helper.sh index 06468ba..e61ff6b 100755 --- a/lug-helper.sh +++ b/lug-helper.sh @@ -190,7 +190,7 @@ lug_wiki="https://github.com/starcitizen-lug/information-howtos/wiki" # Github repo and script version info repo="starcitizen-lug/lug-helper" releases_url="https://github.com/$repo/releases" -current_version="v2.0" +current_version="v2.1" ############################################################################ ############################################################################