From b27ef768a3873ec14f033812faef3ba19d6e8f0a Mon Sep 17 00:00:00 2001 From: Jordan Sissel Date: Mon, 26 Aug 2013 23:17:19 -0700 Subject: [PATCH] - beta! --- 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 f6aa0470f..f8d17073b 100644 --- a/lib/logstash/version.rb +++ b/lib/logstash/version.rb @@ -1,5 +1,5 @@ # The version of logstash. -LOGSTASH_VERSION = "1.2.0.dev" +LOGSTASH_VERSION = "1.2.0.beta1" # Note to authors: this should not include dashes because 'gem' barfs if # you include a dash in the version string.