Bump version
This commit is contained in:
parent
a68c43da9c
commit
9e6c912fcd
|
@ -1,3 +1,7 @@
|
||||||
|
# 0.9.2
|
||||||
|
* Allow nil values to be used in `new` and `update!` for generated classes
|
||||||
|
* Update generated APIs
|
||||||
|
|
||||||
# 0.9.1
|
# 0.9.1
|
||||||
* Add missing require for 'tempfile'
|
* Add missing require for 'tempfile'
|
||||||
* Update generated APIs
|
* Update generated APIs
|
||||||
|
|
|
@ -15,7 +15,7 @@
|
||||||
module Google
|
module Google
|
||||||
module Apis
|
module Apis
|
||||||
# Client library version
|
# Client library version
|
||||||
VERSION = '0.9.1'
|
VERSION = '0.9.2'
|
||||||
|
|
||||||
# Current operating system
|
# Current operating system
|
||||||
# @private
|
# @private
|
||||||
|
|
Loading…
Reference in New Issue