Skip to content

Commit 48095e4

Browse files
authored
chore(version): bump version to 4.2.0-dev (#1897)
1 parent bc72899 commit 48095e4

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.mergify.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
pull_request_rules:
2-
- name: backport patches to cryostat-v4.0 branch
2+
- name: backport patches to cryostat-v4.1 branch
33
conditions:
44
- base=main
55
- label=backport
66
actions:
77
backport:
88
branches:
9-
- cryostat-v4.0
9+
- cryostat-v4.1
1010
assignees:
1111
- "{{ author }}"
1212

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "cryostat-web",
3-
"version": "4.1.0-dev",
3+
"version": "4.2.0-dev",
44
"description": "Web-Client for Cryostat",
55
"repository": "https://github.com/cryostatio/cryostat-web.git",
66
"license": "Apache-2.0",

src/app/build.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,5 +14,5 @@
1414
"mailingListName": "Google Groups",
1515
"mailingListUrl": "https://groups.google.com/g/cryostat-development",
1616
"licenseUrl": "https://github.com/cryostatio/cryostat/blob/main/LICENSE.txt",
17-
"version": "4.1.0-dev"
17+
"version": "4.2.0-dev"
1818
}

0 commit comments

Comments
 (0)