Skip to content
This repository has been archived by the owner on Jun 24, 2022. It is now read-only.

Commit

Permalink
Merge pull request #444 from elastic/late_nights
Browse files Browse the repository at this point in the history
bump es release version
  • Loading branch information
itsmed authored Apr 24, 2018
2 parents d1348a4 + f67eae6 commit 046f5c2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .kitchen.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 %>

Expand Down
2 changes: 1 addition & 1 deletion defaults/main.yml
Original file line number Diff line number Diff line change
@@ -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"
Expand Down

0 comments on commit 046f5c2

Please sign in to comment.