diff --git a/script.sh b/script.sh index e1068a6..cf9bbb4 100644 --- a/script.sh +++ b/script.sh @@ -22,7 +22,7 @@ $(tput setaf 2)This installer was created by $(tput setaf 1)Parkeymon#0001$(tput " # Egg version checking, do not touch! -currentVersion="2.5.0" +currentVersion="2.5.1" latestVersion=$(curl --silent "https://api.github.com/repos/Parkeymon/EXILED-SCP-SL-egg/releases/latest" | jq -r .tag_name) if [ "${currentVersion}" == "${latestVersion}" ]; then