diff --git a/logstash-filter-date_formatter.gemspec b/logstash-filter-date_formatter.gemspec index c0dcc69..61a226d 100644 --- a/logstash-filter-date_formatter.gemspec +++ b/logstash-filter-date_formatter.gemspec @@ -1,7 +1,7 @@ Gem::Specification.new do |s| s.name = 'logstash-filter-date_formatter' - s.version = '0.0.1' + s.version = '0.1.0' s.licenses = ['Apache License (2.0)'] s.summary = "The date_formatter filter is used for formatting date or time from fields containing a time object like @timestamp, and then storing that formatted string in the field defined as target." 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"