From 55207a90aec9ee89fb89dee12b342cf3709ab803 Mon Sep 17 00:00:00 2001 From: the-sane <3657071+the-sane@users.noreply.github.com> Date: Sat, 26 Oct 2024 15:56:16 -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 b1b4e8a..6baa168 100755 --- a/lug-helper.sh +++ b/lug-helper.sh @@ -231,7 +231,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.0.1" +current_version="v3.1" ############################################################################ ############################################################################