From 216547e23455d4c4ebe36ff809c81d0222d6adc9 Mon Sep 17 00:00:00 2001 From: Ed Robinson Date: Fri, 28 May 2021 20:31:42 +0100 Subject: [PATCH] Version 1.0.5 --- 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 ddac90d..b64e6bc 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.4' + spec.version = '1.0.5' spec.authors = ['Ed Robinson'] spec.email = ['edward-robinson@cookpad.com']