From a4b042db6b4407cc40d7f1a58d6f440c4a707d8b Mon Sep 17 00:00:00 2001 From: "Capt. Cutlass" <5120290+ParanoidUser@users.noreply.github.com> Date: Thu, 1 Aug 2024 20:37:50 -0400 Subject: [PATCH] build: bump project version to 1.24.0 (#613) --- .github/dependabot.yml | 4 ++-- .github/workflows/build.yml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index b316fe506..0ffaa9595 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -4,7 +4,7 @@ updates: directory: / schedule: interval: daily - milestone: 16 + milestone: 17 labels: - "chore" groups: @@ -16,6 +16,6 @@ updates: directory: / schedule: interval: daily - milestone: 16 + milestone: 17 labels: - "chore" \ No newline at end of file diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index f1d966f58..465919ec5 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -103,7 +103,7 @@ jobs: contents: write pull-requests: write env: - VERSION: 1.23.0 + VERSION: 1.24.0 steps: - name: Checkout repository (default ref) if: ${{ github.event.inputs.ref_name == '' }}