From 4c8a0735eee2b1e82e5d5152cbadd06935c6b8c2 Mon Sep 17 00:00:00 2001 From: Jordan Sissel Date: Thu, 3 Jan 2013 12:06:00 -0800 Subject: [PATCH] - version bump --- lib/logstash/version.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.