Skip to content

Commit

Permalink
Update settings.ps1
Browse files Browse the repository at this point in the history
  • Loading branch information
NielsPilgaard committed Sep 10, 2024
1 parent 903a2ec commit dc28765
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions automation/settings.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -29,11 +29,11 @@ $MODPACK_NAME = "Enigmatica9"
$CLIENT_NAME = "Enigmatica9"

# Version Of The Modpack
$MODPACK_VERSION = "1.23.0"
$MODPACK_VERSION = "1.23.1"

# Last Version Of The Modpack
# Needed For Changelog Parsing
$LAST_MODPACK_VERSION = "1.22.1"
$LAST_MODPACK_VERSION = "1.23.0"

# =====================================================================//
# CHANGELOG SETTINGS
Expand Down

0 comments on commit dc28765

Please sign in to comment.