Bump version
This commit is contained in:
parent
99a70f8a0a
commit
1864ea712f
|
@ -15,7 +15,7 @@ migrate to the latest version.
|
|||
Add this line to your application's Gemfile:
|
||||
|
||||
```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:
|
||||
|
||||
$ gem install google-api-client --pre
|
||||
$ gem install google-api-client
|
||||
|
||||
## Usage
|
||||
|
||||
|
|
|
@ -15,7 +15,7 @@
|
|||
module Google
|
||||
module Apis
|
||||
# Client library version
|
||||
VERSION = '0.9.pre5'
|
||||
VERSION = '0.9'
|
||||
|
||||
# Current operating system
|
||||
# @private
|
||||
|
|
Loading…
Reference in New Issue