Skip to content

Commit

Permalink
bump version to 0.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
mr-salty committed Mar 30, 2015
1 parent 0f6a7f3 commit 73a8123
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion fluent-plugin-google-cloud.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Gem::Specification.new do |gem|
gem.summary = %q{Fluentd plugin to stream logs to the Google Cloud Platform's logging API}
gem.homepage = 'https://github.com/GoogleCloudPlatform/fluent-plugin-google-cloud'
gem.license = 'Apache 2.0'
gem.version = '0.2.1'
gem.version = '0.2.2'
gem.authors = ['Todd Derr', 'Alex Robinson']
gem.email = ['salty@google.com']

Expand Down
2 changes: 1 addition & 1 deletion lib/fluent/plugin/out_google_cloud.rb
Original file line number Diff line number Diff line change
Expand Up @@ -240,7 +240,7 @@ def fetch_metadata(metadata_path)
def init_api_client
@client = Google::APIClient.new(
:application_name => 'Fluentd Google Cloud Logging plugin',
:application_version => '0.2.1',
:application_version => '0.2.2',
:retries => 1)

if @auth_method == 'private_key'
Expand Down

0 comments on commit 73a8123

Please sign in to comment.