From 65b9d0e1afdec26ea14e01d7a731f05d499d3477 Mon Sep 17 00:00:00 2001 From: stackdriver-instrumentation-release <49999651+stackdriver-instrumentation-release@users.noreply.github.com> Date: Fri, 20 Mar 2020 16:11:25 -0400 Subject: [PATCH] Automated: Bump gem version to 0.8.3 for future releases. (#384) Co-authored-by: Sophie Fang --- fluent-plugin-google-cloud.gemspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fluent-plugin-google-cloud.gemspec b/fluent-plugin-google-cloud.gemspec index 18ef25be..4aa1dc85 100644 --- a/fluent-plugin-google-cloud.gemspec +++ b/fluent-plugin-google-cloud.gemspec @@ -10,7 +10,7 @@ eos gem.homepage = 'https://github.com/GoogleCloudPlatform/fluent-plugin-google-cloud' gem.license = 'Apache-2.0' - gem.version = '0.8.2' + gem.version = '0.8.3' gem.authors = ['Stackdriver Agents Team'] gem.email = ['stackdriver-agents@google.com'] gem.required_ruby_version = Gem::Requirement.new('>= 2.2')