Skip to content

Commit

Permalink
chore(release): release version 7.4.0
Browse files Browse the repository at this point in the history
Signed-off-by: Mario Loriedo <[email protected]>
  • Loading branch information
l0rd committed Nov 8, 2019
1 parent 5eb7879 commit 538fbfe
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
1 change: 1 addition & 0 deletions VERSION
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
7.4.0
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#master",
"eclipse-che": "git://github.com/eclipse/che#7.4.0",
"eclipse-che-minishift": "git://github.com/minishift/minishift#master",
"eclipse-che-operator": "git://github.com/eclipse/che-operator#master",
"eclipse-che-operator": "git://github.com/eclipse/che-operator#7.4.0",
"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.4.0'
const DEFAULT_CHE_OPERATOR_IMAGE = 'quay.io/eclipse/che-operator:7.4.0'

export { DEFAULT_CHE_IMAGE, DEFAULT_CHE_OPERATOR_IMAGE }

0 comments on commit 538fbfe

Please sign in to comment.