Bump version

This commit is contained in:
Steve Bazyl 2016-01-14 17:42:44 -08:00
parent 99a70f8a0a
commit 1864ea712f
2 changed files with 3 additions and 3 deletions

View File

@ -15,7 +15,7 @@ migrate to the latest version.
Add this line to your application's Gemfile: Add this line to your application's Gemfile:
```ruby ```ruby
gem 'google-api-client', '0.9.pre5' gem 'google-api-client', '0.9'
``` ```
@ -25,7 +25,7 @@ And then execute:
Or install it yourself as: Or install it yourself as:
$ gem install google-api-client --pre $ gem install google-api-client
## Usage ## Usage

View File

@ -15,7 +15,7 @@
module Google module Google
module Apis module Apis
# Client library version # Client library version
VERSION = '0.9.pre5' VERSION = '0.9'
# Current operating system # Current operating system
# @private # @private