Skip to content

Commit

Permalink
2.20 (because of #175)
Browse files Browse the repository at this point in the history
we need a better way to deal with this ...
  • Loading branch information
dktapps committed Feb 5, 2024
1 parent b975f86 commit ed40f76
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tag-patches.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ jobs:

- name: Tag new version
run: |
BASE_VERSION="2.19"
PATCH_VERSION_OFFSET=88
BASE_VERSION="2.20"
PATCH_VERSION_OFFSET=101
PATCH_VERSION=$(($GITHUB_RUN_NUMBER-$PATCH_VERSION_OFFSET))
FULL_VERSION="$BASE_VERSION.$PATCH_VERSION"
Expand Down

0 comments on commit ed40f76

Please sign in to comment.