From fb9533798f0415d3922f476e84d087a4ea10d645 Mon Sep 17 00:00:00 2001 From: the-sane <3657071+the-sane@users.noreply.github.com> Date: Wed, 1 Mar 2023 19:53:32 -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 fdb7df0..817ada8 100755 --- a/lug-helper.sh +++ b/lug-helper.sh @@ -212,7 +212,7 @@ lug_wiki="https://starcitizen-lug.github.io" # Github repo and script version info repo="starcitizen-lug/lug-helper" releases_url="https://github.com/$repo/releases" -current_version="v2.4" +current_version="v2.5" ############################################################################ ############################################################################