diff --git a/.github/workflows/cli-release.yml b/.github/workflows/cli-release.yml index 27083fd6b..c9ad57868 100644 --- a/.github/workflows/cli-release.yml +++ b/.github/workflows/cli-release.yml @@ -107,7 +107,7 @@ jobs: - name: Get version id: get_version run: | - VERSION=0.0.4 + VERSION=0.0.5 echo "version=$VERSION" >> $GITHUB_OUTPUT - name: Create Release