From 8d484ca9d4f2df20dd7d10590ff4784768a540fc Mon Sep 17 00:00:00 2001 From: stackdriver-instrumentation-release <49999651+stackdriver-instrumentation-release@users.noreply.github.com> Date: Tue, 6 Jun 2023 16:19:09 -0400 Subject: [PATCH] Automated: Bump gem version to 0.13.1 for future releases. (#506) --- 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 ba769ddd..e8b5381f 100644 --- a/fluent-plugin-google-cloud.gemspec +++ b/fluent-plugin-google-cloud.gemspec @@ -10,7 +10,7 @@ Gem::Specification.new do |gem| gem.homepage = 'https://github.com/GoogleCloudPlatform/fluent-plugin-google-cloud' gem.license = 'Apache-2.0' - gem.version = '0.13.0' + gem.version = '0.13.1' gem.authors = ['Stackdriver Agents Team'] gem.email = ['stackdriver-agents@google.com'] gem.required_ruby_version = Gem::Requirement.new('>= 2.6')