From 4f13210779346a2ff1ead7e97c990baf7753771c Mon Sep 17 00:00:00 2001 From: the-sane <3657071+the-sane@users.noreply.github.com> Date: Sat, 21 Jun 2025 15:34:49 -0400 Subject: [PATCH] Bump major version --- lug-helper.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lug-helper.sh b/lug-helper.sh index 3f2439b..4ea49d5 100755 --- a/lug-helper.sh +++ b/lug-helper.sh @@ -176,7 +176,7 @@ winetricks_url="https://raw.githubusercontent.com/Winetricks/winetricks/refs/tag # Github repo and script version info repo="starcitizen-lug/lug-helper" releases_url="https://github.com/$repo/releases" -current_version="v3.12" +current_version="v4.0" ############################################################################ ############################################################################