Skip to content

Commit

Permalink
chore: release: bump to 7.89.0-SNAPSHOT in main
Browse files Browse the repository at this point in the history
Signed-off-by: Mykhailo Kuznietsov <[email protected]>
  • Loading branch information
mkuznyetsov committed Jun 28, 2024
1 parent d0cd5bb commit d00d6fb
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
7.88.0-SNAPSHOT
7.89.0-SNAPSHOT
6 changes: 3 additions & 3 deletions che-editors.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -93,13 +93,13 @@ editors:
volume: {}
- schemaVersion: 2.2.2
metadata:
name: che-incubator/che-code/7.87.0
name: che-incubator/che-code/7.88.0
displayName: VS Code - Open Source
description: Microsoft Visual Studio Code - Open Source IDE for Eclipse Che
icon: /images/vscode.svg
attributes:
publisher: che-incubator
version: 7.87.0
version: 7.88.0
title: Microsoft Visual Studio Code - Open Source IDE for Eclipse Che
repository: https://github.com/che-incubator/che-code
firstPublicationDate: '2021-10-31'
Expand All @@ -120,7 +120,7 @@ editors:
components:
- name: che-code-injector
container:
image: 'quay.io/che-incubator/che-code:7.87.0'
image: 'quay.io/che-incubator/che-code:7.88.0'
command:
- /entrypoint-init-container.sh
volumeMounts:
Expand Down
2 changes: 1 addition & 1 deletion tools/build/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@eclipse-che/plugin-registry-generator",
"version": "7.87.0",
"version": "7.88.0",
"description": "Generator of yaml files exposed by the plug-in registry.",
"main": "lib/entrypoint.js",
"bin": "lib/entrypoint.js",
Expand Down

0 comments on commit d00d6fb

Please sign in to comment.