Version bump

This commit is contained in:
phoenix
2025-11-09 12:28:19 -05:00
parent fde71d8fe9
commit 31bb62b7ed
+1 -1
View File
@@ -25,7 +25,7 @@ jobs:
run: |
echo "Creating version"
VERSION="0.0.5"
VERSION="0.0.6"
PROJECT_COMMIT_HASH=$(git rev-parse HEAD | cut -c 1-10)
BRANCH_REF="${{ gitea.ref }}"
BRANCH_NAME=$(echo "$BRANCH_REF" | cut -d '/' -f 3)