From 2fe5bca454ade4bd37feb5009bd7e52362b4a78a Mon Sep 17 00:00:00 2001 From: Parkeymon <68636315+Parkeymon@users.noreply.github.com> Date: Sun, 22 Aug 2021 15:53:33 -0700 Subject: [PATCH] update version for PR #4 --- script.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/script.sh b/script.sh index 80f55d5..26d7a30 100644 --- a/script.sh +++ b/script.sh @@ -22,7 +22,7 @@ $(tput setaf 2)This installer was created by $(tput setaf 1)Parkeymon#0001 " # Egg version checking, do not touch! -currentVersion="2.1.3" +currentVersion="2.1.4" latestVersion=$(curl --silent "https://api.github.com/repos/Parkeymon/EXILED-SCP-SL-egg/releases/latest" | jq -r .tag_name) if [ "${currentVersion}" == "${latestVersion}" ]; then