Release 2.16.1

This commit is contained in:
TheCaptain989
2025-06-09 12:52:38 +00:00
committed by GitHub
parent a8fa131175
commit b0bc301d28
6 changed files with 34 additions and 26 deletions
+1 -1
View File
@@ -32,7 +32,7 @@ jobs:
echo "MULTI_ARCH=${{ env.MULTI_ARCH }}" >> $GITHUB_OUTPUT
if [[ -z "${{ env.MOD_VERSION }}" ]]; then
# **** If the mod needs to be versioned, set the versioning logic below. Otherwise leave as is. ****
MOD_VERSION="2.16.0"
MOD_VERSION="2.16.1"
else
MOD_VERSION=${{ env.MOD_VERSION }}
echo "MOD_VERSION_OVERRIDE=true" >> $GITHUB_OUTPUT