From 576b652725e8c706101d50fe5876a5d1c4df313c Mon Sep 17 00:00:00 2001 From: basi Date: Thu, 10 Apr 2025 14:05:21 +0900 Subject: [PATCH] Update version from 1.0.0 to 1.1.0 --- .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: