Skip to content

Commit

Permalink
Bump version to 0.3.0
Browse files Browse the repository at this point in the history
The only functional change is fixing the bad version number reported by
the plugin, but earlier changes seem to warrant a new minor version
regardless.
  • Loading branch information
mr-salty committed May 8, 2015
1 parent caf0e64 commit 6f7b27e
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.5'
gem.version = '0.3.0'
gem.authors = ['Todd Derr', 'Alex Robinson']
gem.email = ['[email protected]']

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 @@ -335,7 +335,7 @@ def parse_severity(severity_str)
def init_api_client
@client = Google::APIClient.new(
:application_name => 'Fluentd Google Cloud Logging plugin',
:application_version => '0.2.5',
:application_version => '0.3.0',
:retries => 1)

if @auth_method == 'private_key'
Expand Down

0 comments on commit 6f7b27e

Please sign in to comment.