From 1507336806c1a57b2d7c65175d9dfda78d5ca59b Mon Sep 17 00:00:00 2001 From: Guy Boertje Date: Thu, 15 Feb 2018 18:09:04 +0000 Subject: [PATCH] bump gemspec --- logstash-input-jdbc.gemspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/logstash-input-jdbc.gemspec b/logstash-input-jdbc.gemspec index 03b8717..575e138 100755 --- a/logstash-input-jdbc.gemspec +++ b/logstash-input-jdbc.gemspec @@ -1,6 +1,6 @@ Gem::Specification.new do |s| s.name = 'logstash-input-jdbc' - s.version = '4.3.4' + s.version = '4.3.5' s.licenses = ['Apache License (2.0)'] s.summary = "Creates events from JDBC data" s.description = "This gem is a Logstash plugin required to be installed on top of the Logstash core pipeline using $LS_HOME/bin/logstash-plugin install gemname. This gem is not a stand-alone program"