From 8741c9c2e765a641afe581ec0479aa0c01db2062 Mon Sep 17 00:00:00 2001 From: Ed Robinson Date: Tue, 3 Oct 2017 15:47:06 +0100 Subject: [PATCH] Version 0.3.1 --- README.md | 4 ++-- fluent-plugin-systemd.gemspec | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 14e784c..286ed6d 100644 --- a/README.md +++ b/README.md @@ -28,11 +28,11 @@ Join the #plugin-systemd channel on the [Fluentd Slack](http://slack.fluentd.org Simply use RubyGems: - gem install fluent-plugin-systemd -v 0.3.0 + gem install fluent-plugin-systemd -v 0.3.1 or - td-agent-gem install fluent-plugin-systemd -v 0.3.0 + td-agent-gem install fluent-plugin-systemd -v 0.3.1 ## Input Plugin Configuration diff --git a/fluent-plugin-systemd.gemspec b/fluent-plugin-systemd.gemspec index fe3cae3..ccd244d 100644 --- a/fluent-plugin-systemd.gemspec +++ b/fluent-plugin-systemd.gemspec @@ -6,7 +6,7 @@ $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib) Gem::Specification.new do |spec| spec.name = "fluent-plugin-systemd" - spec.version = "0.3.0" + spec.version = "0.3.1" spec.authors = ["Ed Robinson"] spec.email = ["ed@reevoo.com"]