From 75fc615946a4d7c4911c21e7cfabd8db39b4e7bd Mon Sep 17 00:00:00 2001 From: purple Date: Thu, 1 Jun 2023 21:15:20 +0200 Subject: [PATCH] Update fallback version to latest --- blueprint.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/blueprint.sh b/blueprint.sh index 1b6a79a..fba2619 100644 --- a/blueprint.sh +++ b/blueprint.sh @@ -10,7 +10,7 @@ if [[ -f ".dockerenv" ]]; then fi; # If the fallback version below does not match your downloaded version, please let us know. - VER_FALLBACK="alpha-X34"; + VER_FALLBACK="alpha-XFC"; # This will be automatically replaced by some marketplaces, if not, $VER_FALLBACK will be used as fallback. PM_VERSION="([(pterodactylmarket_version)])";