From b548b6f3c5fbc9bb48236be89ffd9910d91113dc Mon Sep 17 00:00:00 2001 From: the-sane <3657071+the-sane@users.noreply.github.com> Date: Sat, 17 Aug 2024 10:25:47 -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 6bbc2d7..677a6b8 100755 --- a/lug-helper.sh +++ b/lug-helper.sh @@ -228,7 +228,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.17" +current_version="v2.18" # NixOS section in Wiki lug_wiki_nixos="https://github.com/starcitizen-lug/knowledge-base/wiki/Tips-and-Tricks#nixos-tweaks"