bump to 7.4.2

Signed-off-by: Tyler Smalley <tyler.smalley@elastic.co>
This commit is contained in:
Tyler Smalley 2019-10-23 09:26:19 -07:00
parent d2a2b0fec1
commit ec7127852e
3 changed files with 3 additions and 2 deletions

View file

@ -11,7 +11,7 @@
"dashboarding"
],
"private": true,
"version": "7.4.1",
"version": "7.4.2",
"branch": "7.4",
"types": "./kibana.d.ts",
"tsdocMetadata": "./build/tsdoc-metadata.json",

View file

@ -26,6 +26,7 @@ function isVersionFlag(a) {
function getCustomSnapshotUrl() {
// force use of manually created snapshots until live ones are available
if (!process.env.KBN_ES_SNAPSHOT_URL && !process.argv.some(isVersionFlag)) {
return 'https://snapshots.elastic.co/7.4.1-44648dfb/downloads/elasticsearch/elasticsearch-7.4.1-SNAPSHOT-{os}-x86_64.{ext}';
// return 'https://storage.googleapis.com/kibana-ci-tmp-artifacts/{name}-{version}-{os}-x86_64.{ext}';
return undefined;
}

View file

@ -1,6 +1,6 @@
{
"name": "x-pack",
"version": "7.4.1",
"version": "7.4.2",
"author": "Elastic",
"private": true,
"license": "Elastic-License",