Skip to content

Commit

Permalink
Increment version to 2.5
Browse files Browse the repository at this point in the history
  • Loading branch information
sconwayaus committed Sep 6, 2024
1 parent 0c32598 commit b2810ef
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/verible-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit b2810ef

Please sign in to comment.