Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit d3015ae

Browse files
committedJul 20, 2022
chore: Release 7.51.0
Signed-off-by: Mykhailo Kuznietsov <mkuznets@redhat.com>
1 parent 6ab619d commit d3015ae

File tree

4 files changed

+5
-4
lines changed

4 files changed

+5
-4
lines changed
 

‎.github/ISSUE_TEMPLATE/bug_report.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,9 @@ body:
3333
label: Che version
3434
description: if workspace is running, version can be obtained with help/about menu
3535
options:
36-
- "7.50@latest"
36+
- "7.51@latest"
3737
- "next (development version)"
38+
- "7.50"
3839
- "7.49"
3940
- "7.48"
4041
- "7.47"

‎VERSION

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
7.51.0-SNAPSHOT
1+
7.51.0

‎tests/e2e/package-lock.json

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎tests/e2e/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@eclipse-che/che-e2e",
3-
"version": "7.51.0-SNAPSHOT",
3+
"version": "7.51.0",
44
"description": "",
55
"main": "dist/index.js",
66
"scripts": {

0 commit comments

Comments
 (0)
Please sign in to comment.