From 38f7bb0046f3fc652f360d14e00f0f67b774c2a4 Mon Sep 17 00:00:00 2001 From: Shardbyte Date: Fri, 19 Jul 2024 08:42:14 -0600 Subject: [PATCH] bump version --- install.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/install.sh b/install.sh index a8e8c12..014d6a7 100644 --- a/install.sh +++ b/install.sh @@ -16,8 +16,8 @@ set -e -export GITHUB_SOURCE="v1.2.1" -export SCRIPT_RELEASE="v1.2.1" +export GITHUB_SOURCE="v1.2.2" +export SCRIPT_RELEASE="v1.2.2" export GITHUB_BASE_URL="https://raw.githubusercontent.com/Shardbyte/dactyl-installer" LOG_PATH="/var/log/pterodactyl-installer.log"