version on cli

This commit is contained in:
dal 2025-02-12 09:10:52 -07:00
parent 4a6898fb09
commit 3cf320075b
No known key found for this signature in database
GPG Key ID: 16F4B0E1E9F61122
1 changed files with 1 additions and 1 deletions

View File

@ -75,7 +75,7 @@ jobs:
- name: Get version
id: get_version
run: |
VERSION=$(cat version.txt)
VERSION=$(0.0.1)
echo "version=$VERSION" >> $GITHUB_OUTPUT
- name: Create Release