From 202074c96868f34efddd7835f7415e1852294c18 Mon Sep 17 00:00:00 2001 From: Suyog Rao Date: Wed, 30 Dec 2015 13:07:34 -0800 Subject: [PATCH] Bump version to 2.1.2 This update was missing in https://github.com/logstash-plugins/logstash-input-file/pull/92 Fixes #93 --- logstash-input-file.gemspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/logstash-input-file.gemspec b/logstash-input-file.gemspec index f3364bc..c68b9af 100644 --- a/logstash-input-file.gemspec +++ b/logstash-input-file.gemspec @@ -1,7 +1,7 @@ Gem::Specification.new do |s| s.name = 'logstash-input-file' - s.version = '2.1.1' + s.version = '2.1.2' s.licenses = ['Apache License (2.0)'] s.summary = "Stream events from files." 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"