From ed40f769834b2e5b34625fb7ce8ee9447d90da2a Mon Sep 17 00:00:00 2001 From: "Dylan K. Taylor" Date: Mon, 5 Feb 2024 12:25:32 +0000 Subject: [PATCH] 2.20 (because of #175) we need a better way to deal with this ... --- .github/workflows/tag-patches.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/tag-patches.yml b/.github/workflows/tag-patches.yml index c3aaac96a..f0f637c4c 100644 --- a/.github/workflows/tag-patches.yml +++ b/.github/workflows/tag-patches.yml @@ -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"