Skip to content

Commit

Permalink
feat(release): Prepare 7.3.2 release
Browse files Browse the repository at this point in the history
Change-Id: Icb46940157e49b9148c6008585c776ca6024b131
Signed-off-by: Florent Benoit <[email protected]>
  • Loading branch information
benoitf committed Nov 18, 2019
1 parent db86008 commit 590193e
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.3.1
7.3.2
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,9 @@
"cli-ux": "^5.3.3",
"command-exists": "^1.2.8",
"debug": "^4.1.1",
"eclipse-che": "git://github.com/eclipse/che#7.3.1",
"eclipse-che": "git://github.com/eclipse/che#7.3.2",
"eclipse-che-minishift": "git://github.com/minishift/minishift#master",
"eclipse-che-operator": "git://github.com/eclipse/che-operator#7.3.1",
"eclipse-che-operator": "git://github.com/eclipse/che-operator#7.3.2",
"esprima": "^4.0.1",
"execa": "^2.0.0",
"fancy-test": "^1.4.4",
Expand Down
4 changes: 2 additions & 2 deletions src/constants.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
const DEFAULT_CHE_IMAGE = 'eclipse/che-server:nightly'
const DEFAULT_CHE_OPERATOR_IMAGE = 'quay.io/eclipse/che-operator:nightly'
const DEFAULT_CHE_IMAGE = 'eclipse/che-server:7.3.2'
const DEFAULT_CHE_OPERATOR_IMAGE = 'quay.io/eclipse/che-operator:7.3.2'

export { DEFAULT_CHE_IMAGE, DEFAULT_CHE_OPERATOR_IMAGE }

0 comments on commit 590193e

Please sign in to comment.