Release 2.14.0

This commit is contained in:
TheCaptain989
2025-05-09 20:33:40 -05:00
parent 3313e4cabc
commit 97d0d81a83
4 changed files with 21 additions and 21 deletions
+1 -1
View File
@@ -31,7 +31,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.13.3"
MOD_VERSION="2.14.0"
else
MOD_VERSION=${{ env.MOD_VERSION }}
echo "MOD_VERSION_OVERRIDE=true" >> $GITHUB_OUTPUT