From bf0256a5e49ce6ad0d0e2eb1066bacbd078804fd Mon Sep 17 00:00:00 2001 From: Kentaro Hayashi Date: Wed, 11 Sep 2024 14:49:20 +0900 Subject: [PATCH] Version 1.1.0 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 e826a8d..d6aa4de 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.5' + spec.version = '1.1.0' spec.authors = ['Ed Robinson'] spec.email = ['edward-robinson@cookpad.com']