Skip to content

Commit

Permalink
chore(release): bump versions for 2.4.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewazores committed Oct 4, 2023
1 parent ae75098 commit 88a0960
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .mergify.yml
Original file line number Diff line number Diff line change
@@ -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 }}"

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
2 changes: 1 addition & 1 deletion src/app/build.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}

0 comments on commit 88a0960

Please sign in to comment.