update apis and add 1.7

This commit is contained in:
Spencer Alger
2015-07-09 13:40:31 -07:00
parent 389605c344
commit f407987160
10 changed files with 11112 additions and 12 deletions

View File

@ -4,7 +4,7 @@ var fromRoot = require('path').join.bind(null, __dirname, '..', '..');
var release = process.env.ES_RELEASE;
var ref = process.env.ES_REF;
var port = parseFloat(_.get(process.env, 'ES_PORT', 9200));
var port = parseFloat(_.get(process.env, 'ES_PORT', 9400));
var Version = require('../../scripts/Version');
var versionedOpts = [