From b2810efe8d922f3bec3b1b69c2e9fc72e5a3d418 Mon Sep 17 00:00:00 2001 From: Steven Conway Date: Fri, 6 Sep 2024 22:34:24 +1000 Subject: [PATCH] Increment version to 2.5 --- .github/workflows/verible-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/verible-ci.yml b/.github/workflows/verible-ci.yml index 12ef6fb81..ac52ee1bb 100644 --- a/.github/workflows/verible-ci.yml +++ b/.github/workflows/verible-ci.yml @@ -500,7 +500,7 @@ jobs: - name: Prepare release run: | - $VERSION = "v0.2.4_my_master" + $VERSION = "v0.2.5_my_master" C:/ProgramData/chocolatey/lib/bazel/bazel.exe run -c opt :install -- "c:/verible-${VERSION}-win64" 7z a "verible-${VERSION}-win64.zip" "c:/verible-${VERSION}-win64" @@ -542,7 +542,7 @@ jobs: git config --local user.email "$BOT_EMAIL" # Create a tag of form v0.0-183-gdf2b162-20191112132344 - TAG="v0.2.4_my_master" + TAG="v0.2.5_my_master" git tag "$TAG" || true echo "TAG=$TAG" >> $GITHUB_ENV