diff --git a/.ci/test-matrix.yml b/.ci/test-matrix.yml index bf4565c01..6fb61be44 100644 --- a/.ci/test-matrix.yml +++ b/.ci/test-matrix.yml @@ -1,6 +1,6 @@ --- STACK_VERSION: - - "7.17.5-SNAPSHOT" + - "7.17.6-SNAPSHOT" NODE_JS_VERSION: - 16 diff --git a/package.json b/package.json index 80c380a11..53501cdf7 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.5", - "versionCanary": "7.17.5-canary.0", + "version": "7.17.6", + "versionCanary": "7.17.6-canary.0", "keywords": [ "elasticsearch", "elastic",