Skip to content

Commit

Permalink
chore: Release 7.59.0
Browse files Browse the repository at this point in the history
Signed-off-by: Mykhailo Kuznietsov <mkuznets@redhat.com>
  • Loading branch information
mkuznyetsov committed Jan 5, 2023
1 parent 93ed226 commit da2fa1b
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 6 deletions.
3 changes: 2 additions & 1 deletion .github/ISSUE_TEMPLATE/bug_report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,9 @@ body:
label: Che version
description: if workspace is running, version can be obtained with help/about menu
options:
- "7.58@latest"
- "7.59@latest"
- "next (development version)"
- "7.58"
- "7.57"
- "7.56"
- "7.55"
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
7.59.0-SNAPSHOT
7.59.0
4 changes: 2 additions & 2 deletions tests/e2e/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions tests/e2e/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@eclipse-che/che-e2e",
"version": "7.59.0-SNAPSHOT",
"version": "7.59.0",
"description": "",
"main": "dist/index.js",
"scripts": {
Expand Down Expand Up @@ -54,7 +54,7 @@
"rimraf": "2.6.2",
"selenium-webdriver": "4.4.0",
"ts-node": "8.0.3",
"tslint": "^6.1.3",
"tslint": "^6.1.3",
"typed-rest-client": "1.8.5",
"typescript": "3.9.9",
"monaco-page-objects": "3.1.0",
Expand Down

0 comments on commit da2fa1b

Please sign in to comment.