version 0.0.5 for release.

This commit is contained in:
dal 2025-02-25 12:17:30 -07:00
parent 71a500cacf
commit 013af2be71
No known key found for this signature in database
GPG Key ID: 16F4B0E1E9F61122
1 changed files with 1 additions and 1 deletions

View File

@ -107,7 +107,7 @@ jobs:
- name: Get version - name: Get version
id: get_version id: get_version
run: | run: |
VERSION=0.0.4 VERSION=0.0.5
echo "version=$VERSION" >> $GITHUB_OUTPUT echo "version=$VERSION" >> $GITHUB_OUTPUT
- name: Create Release - name: Create Release