From 2d0560d19002cde3f303172324945375767c4995 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Niels=20Pilgaard=20Gr=C3=B8ndahl?= Date: Mon, 3 Jul 2023 19:24:45 +0200 Subject: [PATCH] bump to 1.8.1 --- automation/settings.ps1 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/automation/settings.ps1 b/automation/settings.ps1 index 7d66902c0..3fff92fe7 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.8.0" +$MODPACK_VERSION = "1.8.1" # Last Version Of The Modpack # Needed For Changelog Parsing -$LAST_MODPACK_VERSION = "1.7.2" +$LAST_MODPACK_VERSION = "1.8.0" # =====================================================================// # CHANGELOG SETTINGS