From 332523a9b2a9e1056c324618f420dc8a15430386 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Niels=20Pilgaard=20Gr=C3=B8ndahl?= Date: Mon, 9 Sep 2024 21:45:05 +0200 Subject: [PATCH] Update settings.ps1 --- automation/settings.ps1 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/automation/settings.ps1 b/automation/settings.ps1 index e98a21cd3..6e63f97f2 100644 --- a/automation/settings.ps1 +++ b/automation/settings.ps1 @@ -29,11 +29,11 @@ $MODPACK_NAME = "Enigmatica9" $CLIENT_NAME = "Enigmatica9" # Version Of The Modpack -$MODPACK_VERSION = "1.22.1" +$MODPACK_VERSION = "1.23.0" # Last Version Of The Modpack # Needed For Changelog Parsing -$LAST_MODPACK_VERSION = "1.22.0" +$LAST_MODPACK_VERSION = "1.22.1" # =====================================================================// # CHANGELOG SETTINGS