From 2c3d014a5b25f83c0f34ef7fde094c3072812d2f Mon Sep 17 00:00:00 2001 From: Suyog Rao Date: Thu, 24 Mar 2016 08:17:44 -0700 Subject: [PATCH] Fix merge error with version --- logstash-output-kafka.gemspec | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/logstash-output-kafka.gemspec b/logstash-output-kafka.gemspec index 5eb38ed..f6e9f9b 100644 --- a/logstash-output-kafka.gemspec +++ b/logstash-output-kafka.gemspec @@ -1,8 +1,7 @@ Gem::Specification.new do |s| s.name = 'logstash-output-kafka' - s.version = '2.0.4' - s.version = '3.0.0.beta1' + s.version = '3.0.0.beta2' s.licenses = ['Apache License (2.0)'] s.summary = 'Output events to a Kafka topic. This uses the Kafka Producer API to write messages to a topic on the broker' s.description = "This gem is a logstash plugin required to be installed on top of the Logstash core pipeline using $LS_HOME/bin/plugin install gemname. This gem is not a stand-alone program"