Skip to content

Commit 57b2218

Browse files
authored
chore(version): bump version to 4.2.0-dev (#519)
* chore(version): bump version to 4.2.0-dev * Update Mergify config
1 parent 3967487 commit 57b2218

File tree

5 files changed

+8
-8
lines changed

5 files changed

+8
-8
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

backend/package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

backend/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "backend",
3-
"version": "4.1.0-dev",
3+
"version": "4.2.0-dev",
44
"description": "",
55
"main": "server.js",
66
"scripts": {

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "cryostat-openshift-console-plugin",
3-
"version": "4.1.0-dev",
3+
"version": "4.2.0-dev",
44
"description": "OpenShift Console plugin for Cryostat",
55
"private": true,
66
"license": "Apache-2.0",
@@ -123,7 +123,7 @@
123123
},
124124
"consolePlugin": {
125125
"name": "cryostat-plugin",
126-
"version": "4.1.0-dev",
126+
"version": "4.2.0-dev",
127127
"displayName": "Cryostat OpenShift Console Plugin",
128128
"description": "OpenShift Console plugin for Cryostat",
129129
"exposedModules": {

0 commit comments

Comments
 (0)