From 1a7602b8930edb6bc319b4116f183fc3c79b0c2a Mon Sep 17 00:00:00 2001 From: the-sane <3657071+the-sane@users.noreply.github.com> Date: Sun, 27 Oct 2024 00:49:44 -0400 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 b050014..dfa4017 100755 --- a/lug-helper.sh +++ b/lug-helper.sh @@ -238,7 +238,7 @@ winetricks_url="https://raw.githubusercontent.com/Winetricks/winetricks/master/s # Github repo and script version info repo="starcitizen-lug/lug-helper" releases_url="https://github.com/$repo/releases" -current_version="v3.1" +current_version="v3.2" ############################################################################ ############################################################################