diff --git a/logstash-input-http.gemspec b/logstash-input-http.gemspec index 83b1464a..27f3eab9 100644 --- a/logstash-input-http.gemspec +++ b/logstash-input-http.gemspec @@ -1,6 +1,6 @@ Gem::Specification.new do |s| s.name = 'logstash-input-http' - s.version = '1.0.0' + s.version = '1.0.1' s.licenses = ['Apache License (2.0)'] s.summary = "Logstash Input plugin that receives HTTP requests" 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"