- upgrade ES to 0.90.3

This commit is contained in:
Jordan Sissel 2013-08-24 21:32:28 -07:00
parent 54ce825fe4
commit d57faf5f99

View file

@ -3,7 +3,7 @@
# wget or curl
#
JRUBY_VERSION=1.7.4
ELASTICSEARCH_VERSION=0.90.2
ELASTICSEARCH_VERSION=0.90.3
#VERSION=$(shell ruby -r./lib/logstash/version -e 'puts LOGSTASH_VERSION')
VERSION=$(shell awk -F\" '/LOGSTASH_VERSION/ {print $$2}' lib/logstash/version.rb)