From a33553ad02cee651b7ad15b37bebe6d48c9b9c08 Mon Sep 17 00:00:00 2001 From: Jordan Sissel Date: Wed, 9 Apr 2014 16:36:46 +0200 Subject: [PATCH] Bump to 1.4.1.dev --- 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 7648fdc33..dcc0d363d 100644 --- a/lib/logstash/version.rb +++ b/lib/logstash/version.rb @@ -1,6 +1,6 @@ # encoding: utf-8 # The version of logstash. -LOGSTASH_VERSION = "1.4.0" +LOGSTASH_VERSION = "1.4.1.dev" # Note to authors: this should not include dashes because 'gem' barfs if # you include a dash in the version string.