diff --git a/.ci/test-matrix.yml b/.ci/test-matrix.yml index 468d43a83..bf4565c01 100644 --- a/.ci/test-matrix.yml +++ b/.ci/test-matrix.yml @@ -1,6 +1,6 @@ --- STACK_VERSION: - - "7.17.4-SNAPSHOT" + - "7.17.5-SNAPSHOT" NODE_JS_VERSION: - 16 diff --git a/package.json b/package.json index 7ecc2ac8a..80c380a11 100644 --- a/package.json +++ b/package.json @@ -11,8 +11,8 @@ "./*": "./*.js" }, "homepage": "http://www.elastic.co/guide/en/elasticsearch/client/javascript-api/current/index.html", - "version": "7.17.0", - "versionCanary": "7.16.0-canary.7", + "version": "7.17.5", + "versionCanary": "7.17.5-canary.0", "keywords": [ "elasticsearch", "elastic", @@ -105,4 +105,4 @@ "jobs-auto": true, "check-coverage": false } -} +} \ No newline at end of file