From a296330b8e6d306d3fc0b99edb0c3adff9269a40 Mon Sep 17 00:00:00 2001 From: Mykhailo Kuznietsov Date: Thu, 19 Sep 2024 07:20:57 +0000 Subject: [PATCH] chore: release: bump to 7.93.0-SNAPSHOT in main Signed-off-by: Mykhailo Kuznietsov --- VERSION | 2 +- che-editors.yaml | 6 +++--- tools/build/package.json | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/VERSION b/VERSION index e6916d9e6..6e0b4ccf1 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -7.92.0-SNAPSHOT +7.93.0-SNAPSHOT diff --git a/che-editors.yaml b/che-editors.yaml index e8f16fb09..33e151c0d 100644 --- a/che-editors.yaml +++ b/che-editors.yaml @@ -93,13 +93,13 @@ editors: volume: {} - schemaVersion: 2.2.2 metadata: - name: che-incubator/che-code/7.91.0 + name: che-incubator/che-code/7.92.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.91.0 + version: 7.92.0 title: Microsoft Visual Studio Code - Open Source IDE for Eclipse Che repository: https://github.com/che-incubator/che-code firstPublicationDate: '2021-10-31' @@ -120,7 +120,7 @@ editors: components: - name: che-code-injector container: - image: 'quay.io/che-incubator/che-code:7.91.0' + image: 'quay.io/che-incubator/che-code:7.92.0' command: - /entrypoint-init-container.sh volumeMounts: diff --git a/tools/build/package.json b/tools/build/package.json index a76dfdb2e..59015a92f 100644 --- a/tools/build/package.json +++ b/tools/build/package.json @@ -1,6 +1,6 @@ { "name": "@eclipse-che/plugin-registry-generator", - "version": "7.91.0", + "version": "7.92.0", "description": "Generator of yaml files exposed by the plug-in registry.", "main": "lib/entrypoint.js", "bin": "lib/entrypoint.js",