From 1a4e43b0d97fbd8e153ecb720aa4d90f5ae1a068 Mon Sep 17 00:00:00 2001 From: dal Date: Wed, 12 Feb 2025 14:20:34 -0700 Subject: [PATCH] lol manual version upgrade --- .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 65386de5f..1b15d3982 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.2 + VERSION=0.0.3 echo "version=$VERSION" >> $GITHUB_OUTPUT - name: Create Release