Merge pull request #444 from elastic/late_nights

bump es release version
This commit is contained in:
DJ Gill 2018-04-24 10:43:29 -07:00 committed by GitHub
commit 046f5c2500
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View file

@ -21,7 +21,7 @@ provisioner:
extra_vars:
es_major_version: "<%= ENV['VERSION'] %>"
<% if ENV['VERSION'] == '5.x' %>
es_version: '5.6.8'
es_version: '5.6.9'
<% end %>
<% end %>

View file

@ -1,6 +1,6 @@
---
es_major_version: "6.x"
es_version: "6.2.3"
es_version: "6.2.4"
es_version_lock: false
es_use_repository: true
es_templates_fileglob: "files/templates/*.json"