From eaa58ff2572e14d3a0141b93c1a8d9d6bef810b7 Mon Sep 17 00:00:00 2001 From: basi Date: Thu, 10 Apr 2025 14:07:08 +0900 Subject: [PATCH] Update version tag from 1.0.0 to 1.1.0 in GitHub workflow --- .github/workflows/bump-version.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/bump-version.yml b/.github/workflows/bump-version.yml index 1671865b47..ff9cb2f3df 100644 --- a/.github/workflows/bump-version.yml +++ b/.github/workflows/bump-version.yml @@ -15,7 +15,7 @@ jobs: with: github_token: ${{ secrets.GITHUB_TOKEN }} default_bump: patch - custom_tag: 1.0.0 + custom_tag: 1.1.0 - name: Create a GitHub release uses: ncipollo/release-action@v1 with: