From 013af2be712a63947487a5bb2913b9603091fd1d Mon Sep 17 00:00:00 2001 From: dal Date: Tue, 25 Feb 2025 12:17:30 -0700 Subject: [PATCH] version 0.0.5 for release. --- .github/workflows/cli-release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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