Skip to content

Commit

Permalink
Update settings.ps1
Browse files Browse the repository at this point in the history
  • Loading branch information
NielsPilgaard committed Mar 8, 2022
1 parent 6964b9b commit 8117aa0
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,7 +29,7 @@ $MODPACK_NAME = "Enigmatica6"
$CLIENT_NAME = "Enigmatica6"

# Version Of The Modpack
$MODPACK_VERSION = "1.0.0"
$MODPACK_VERSION = "0.5.27"

# Last Version Of The Modpack
# Needed For Changelog Parsing
Expand Down Expand Up @@ -59,7 +59,7 @@ $CLIENT_CHANGELOG = "The Changelog is currently being written, it should be done
$GAME_VERSIONS = @(8203)

# Can be "alpha", "beta" or "release"
$CLIENT_RELEASE_TYPE = "alpha"
$CLIENT_RELEASE_TYPE = "beta"

#=====================================================================//
# DEPENDENCIES URL
Expand Down

0 comments on commit 8117aa0

Please sign in to comment.