Skip to content

Commit

Permalink
Bump to 2.17.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dktapps committed Jan 13, 2023
1 parent f32de70 commit a2c7071
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 @@ -16,8 +16,8 @@ jobs:

- name: Tag new version
run: |
BASE_VERSION="2.16"
PATCH_VERSION_OFFSET=82
BASE_VERSION="2.17"
PATCH_VERSION_OFFSET=84
PATCH_VERSION=$(($GITHUB_RUN_NUMBER-$PATCH_VERSION_OFFSET))
FULL_VERSION="$BASE_VERSION.$PATCH_VERSION"
Expand Down

0 comments on commit a2c7071

Please # to comment.