Skip to content

Commit

Permalink
Merge pull request #6383 from Bargs/engine50
Browse files Browse the repository at this point in the history
Bump target ES version to 5.0.0 to stay in sync with ES master
  • Loading branch information
epixa committed Mar 2, 2016
2 parents 1cf05bf + bd77fc9 commit 0fc2872
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/plugins/elasticsearch/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ module.exports = function ({ Plugin }) {
key: string()
}).default(),
apiVersion: Joi.string().default('master'),
engineVersion: Joi.string().valid('^3.0.0').default('^3.0.0')
engineVersion: Joi.string().valid('^5.0.0').default('^5.0.0')
}).default();
},

Expand Down

0 comments on commit 0fc2872

Please sign in to comment.