From 8cd95ef023719a7061342e5b8fb34352048bc42b Mon Sep 17 00:00:00 2001 From: "Capt. Cutlass" <5120290+ParanoidUser@users.noreply.github.com> Date: Mon, 14 Oct 2024 07:18:32 -0400 Subject: [PATCH] build: bump project version to 1.25.0 (#683) --- .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 0ffaa9595..296ae4d7c 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -4,7 +4,7 @@ updates: directory: / schedule: interval: daily - milestone: 17 + milestone: 18 labels: - "chore" groups: @@ -16,6 +16,6 @@ updates: directory: / schedule: interval: daily - milestone: 17 + milestone: 18 labels: - "chore" \ No newline at end of file diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 99216558f..57dd807f8 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -92,7 +92,7 @@ jobs: contents: write pull-requests: write env: - VERSION: 1.24.0 + VERSION: 1.25.0 steps: - name: Checkout repository uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1