Release 2.16.0

This commit is contained in:
TheCaptain989
2025-06-03 15:53:59 -05:00
parent 27dac65562
commit 4b39f1ec48
6 changed files with 66 additions and 23 deletions
+2 -1
View File
@@ -6,6 +6,7 @@ on:
workflow_dispatch:
inputs:
mod_version:
description: 'Version of the mod (optional)'
type: string
required: false
@@ -31,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.15.0"
MOD_VERSION="2.16.0"
else
MOD_VERSION=${{ env.MOD_VERSION }}
echo "MOD_VERSION_OVERRIDE=true" >> $GITHUB_OUTPUT