From ba03e6d03b302548612cfa3a56c96be928f10468 Mon Sep 17 00:00:00 2001 From: jamessantos10 Date: Mon, 1 Oct 2018 18:07:31 -0300 Subject: [PATCH] Chore(lib/fluent/plugin/in_sqs.rb) Raw message Reference -> https://github.com/ixixi/fluent-plugin-sqs/pull/47/ --- fluent-plugin-sqs.gemspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fluent-plugin-sqs.gemspec b/fluent-plugin-sqs.gemspec index bba77f8..b50e381 100644 --- a/fluent-plugin-sqs.gemspec +++ b/fluent-plugin-sqs.gemspec @@ -2,7 +2,7 @@ Gem::Specification.new do |s| s.name = 'fluent-plugin-sqs' - s.version = '3.0.0' + s.version = '3.0.1' s.required_rubygems_version = Gem::Requirement.new('>= 0') if s.respond_to? :required_rubygems_version= s.authors = ['Yuri Odagiri']