Skip to content

Commit

Permalink
chore: release: bump to 7.77.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 Oct 18, 2023
1 parent 14e3ea5 commit 45faf79
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.76.0-SNAPSHOT
7.77.0-SNAPSHOT
6 changes: 3 additions & 3 deletions che-editors.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -238,13 +238,13 @@ editors:
volume: {}
- schemaVersion: 2.1.0
metadata:
name: che-incubator/che-code/7.75.0
name: che-incubator/che-code/7.76.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.75.0
version: 7.76.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 @@ -266,7 +266,7 @@ editors:
components:
- name: che-code-injector
container:
image: 'quay.io/che-incubator/che-code:7.75.0'
image: 'quay.io/che-incubator/che-code:7.76.0'
command: ["/entrypoint-init-container.sh"]
volumeMounts:
- name: checode
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.75.0",
"version": "7.76.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 45faf79

Please sign in to comment.