From 6b8bc6fabca3db33015089304be83d49f4c8db2a Mon Sep 17 00:00:00 2001 From: Kentaro Hayashi Date: Fri, 28 Feb 2025 10:38:08 +0900 Subject: [PATCH] Version 1.1.1 * GitHub#119 Fix memory usage Signed-off-by: Kentaro Hayashi --- 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 1e1df81..1e2351c 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.1.0' + spec.version = '1.1.1' spec.authors = ['Ed Robinson'] spec.email = ['edward-robinson@cookpad.com']