diff --git a/lib/logstash/version.rb b/lib/logstash/version.rb index aa70c6f2d..e23a549f2 100644 --- a/lib/logstash/version.rb +++ b/lib/logstash/version.rb @@ -1,5 +1,5 @@ # The version of logstash. -LOGSTASH_VERSION = "1.1.6" +LOGSTASH_VERSION = "1.1.7" # Note to authors: this should not include dashes because 'gem' barfs if # you include a dash in the version string.