From 2b2fb9c769a084a728adfcb1f67e08e04d0ade6d Mon Sep 17 00:00:00 2001 From: Ed Robinson Date: Sat, 24 Apr 2021 02:35:34 +0100 Subject: [PATCH] Version 1.0.4 --- fluent-plugin-systemd.gemspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fluent-plugin-systemd.gemspec b/fluent-plugin-systemd.gemspec index 0aa2693..ddac90d 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 = '1.0.3' + spec.version = '1.0.4' spec.authors = ['Ed Robinson'] spec.email = ['edward-robinson@cookpad.com']