From b9f4a3d7e9cecf1f73cfca232e60f2274173d921 Mon Sep 17 00:00:00 2001 From: Roxk Date: Sat, 13 Apr 2024 15:50:36 +0800 Subject: [PATCH] Bump version to 0.6.0 --- .github/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index cef8015..a5a081d 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -30,7 +30,7 @@ jobs: needs: ["no-build-test"] if: ${{ startsWith(github.ref, 'refs/tags/v') && !startsWith(github.ref, 'refs/tags/vs2022-v') }} env: - VERSION: 0.5.0 + VERSION: 0.6.0 NUGET_API_KEY: ${{ secrets.NUGET_API_KEY }} steps: - uses: actions/checkout@v3