From 88a0960585687d63381d0f8e01945b45eb37e16b Mon Sep 17 00:00:00 2001 From: Andrew Azores Date: Wed, 4 Oct 2023 11:01:52 -0400 Subject: [PATCH] chore(release): bump versions for 2.4.0 release --- .mergify.yml | 4 ++-- package.json | 2 +- src/app/build.json | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.mergify.yml b/.mergify.yml index 619c56f03..5190f828d 100644 --- a/.mergify.yml +++ b/.mergify.yml @@ -1,12 +1,12 @@ pull_request_rules: - - name: backport patches to cryostat-v2.3 branch + - name: backport patches to cryostat-v2.4 branch conditions: - base=main - label=backport actions: backport: branches: - - cryostat-v2.3 + - cryostat-v2.4 assignees: - "{{ author }}" diff --git a/package.json b/package.json index bfa0d743f..342657fdf 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "cryostat-web", - "version": "2.4.0-dev", + "version": "2.5.0-dev", "description": "Web-Client for Cryostat", "repository": "https://github.com/cryostatio/cryostat-web.git", "license": "Apache-2.0", diff --git a/src/app/build.json b/src/app/build.json index 4fd585527..d3f68580e 100644 --- a/src/app/build.json +++ b/src/app/build.json @@ -12,5 +12,5 @@ "mailingListName": "Google Groups", "mailingListUrl": "https://groups.google.com/g/cryostat-development", "licenseUrl": "https://github.com/cryostatio/cryostat/blob/main/LICENSE.txt", - "version": "2.4.0-dev" + "version": "2.5.0-dev" }