Bumping the minimum version to 2.0

This commit is contained in:
Chris Cowan 2015-06-23 09:59:50 -07:00
parent 575123a02b
commit 132740d61d

View file

@ -34,7 +34,7 @@ define(function (require) {
// Use this for cache busting partials
.constant('cacheBust', window.KIBANA_COMMIT_SHA)
// The minimum Elasticsearch version required to run Kibana
.constant('minimumElasticsearchVersion', '1.4.4')
.constant('minimumElasticsearchVersion', '2.0.0')
// When we need to identify the current session of the app, ef shard preference
.constant('sessionId', Date.now())
// attach the route manager's known routes