Skip to content

Commit

Permalink
chore(release): set versions to 4.0.0-dev (cryostatio#1270)
Browse files Browse the repository at this point in the history
* chore(release): set versions to 4.0.0-dev

* update mergify config for 3.0
  • Loading branch information
andrewazores authored Jun 5, 2024
1 parent 9e21402 commit 04ec3f6
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.4 branch
- name: backport patches to cryostat-v3.0 branch
conditions:
- base=main
- label=backport
actions:
backport:
branches:
- cryostat-v2.4
- cryostat-v3.0
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": "3.0.0-dev",
"version": "4.0.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 @@ -13,5 +13,5 @@
"mailingListName": "Google Groups",
"mailingListUrl": "https://groups.google.com/g/cryostat-development",
"licenseUrl": "https://github.com/cryostatio/cryostat3/blob/main/LICENSE.txt",
"version": "3.0.0-dev"
"version": "4.0.0-dev"
}

0 comments on commit 04ec3f6

Please sign in to comment.