Skip to content

Commit

Permalink
Bump to 2.18
Browse files Browse the repository at this point in the history
  • Loading branch information
dktapps committed Jan 14, 2023
1 parent 5db4890 commit 4f94327
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.17"
PATCH_VERSION_OFFSET=84
BASE_VERSION="2.18"
PATCH_VERSION_OFFSET=85
PATCH_VERSION=$(($GITHUB_RUN_NUMBER-$PATCH_VERSION_OFFSET))
FULL_VERSION="$BASE_VERSION.$PATCH_VERSION"
Expand Down

0 comments on commit 4f94327

Please # to comment.