Documentation update

- Repositioned reorder option
- Updated version
This commit is contained in:
TheCaptain989
2025-04-28 07:55:01 -05:00
committed by GitHub
parent f6866e12c0
commit f4c387e1e6
3 changed files with 8 additions and 8 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.1"
MOD_VERSION="2.13.3"
else
MOD_VERSION=${{ env.MOD_VERSION }}
echo "MOD_VERSION_OVERRIDE=true" >> $GITHUB_OUTPUT