From 930c347e8da430d2808d1de42ebe2210c5613a44 Mon Sep 17 00:00:00 2001 From: che-bot <39771996+che-bot@users.noreply.github.com> Date: Fri, 28 Jul 2023 09:09:11 +0200 Subject: [PATCH] chore: release: bump to 7.73.0-SNAPSHOT in main (#1744) Signed-off-by: Mykhailo Kuznietsov Co-authored-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 ddfc82bf6f..f5bab58088 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -7.72.0-SNAPSHOT +7.73.0-SNAPSHOT diff --git a/che-editors.yaml b/che-editors.yaml index 603456e69d..f34d04a693 100644 --- a/che-editors.yaml +++ b/che-editors.yaml @@ -238,13 +238,13 @@ editors: volume: {} - schemaVersion: 2.1.0 metadata: - name: che-incubator/che-code/7.71.0 + name: che-incubator/che-code/7.72.0 displayName: VS Code - Open Source description: Microsoft Visual Studio Code - Open Source IDE for Eclipse Che icon: https://raw.githubusercontent.com/che-incubator/che-code/main/code/resources/server/code-512.png?sanitize=true attributes: publisher: che-incubator - version: 7.71.0 + version: 7.72.0 title: Microsoft Visual Studio Code - Open Source IDE for Eclipse Che repository: https://github.com/che-incubator/che-code firstPublicationDate: '2021-10-31' @@ -266,7 +266,7 @@ editors: components: - name: che-code-injector container: - image: 'quay.io/che-incubator/che-code:7.71.0' + image: 'quay.io/che-incubator/che-code:7.72.0' command: ["/entrypoint-init-container.sh"] volumeMounts: - name: checode diff --git a/tools/build/package.json b/tools/build/package.json index bc82b507cd..a7d6d92b92 100644 --- a/tools/build/package.json +++ b/tools/build/package.json @@ -1,6 +1,6 @@ { "name": "@eclipse-che/plugin-registry-generator", - "version": "7.71.0", + "version": "7.72.0", "description": "Generator of yaml files exposed by the plug-in registry.", "main": "lib/entrypoint.js", "bin": "lib/entrypoint.js",