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
|
||||
* Add missing require for 'tempfile'
|
||||
* Update generated APIs
|
||||
|
|
|
@ -15,7 +15,7 @@
|
|||
module Google
|
||||
module Apis
|
||||
# Client library version
|
||||
VERSION = '0.9.1'
|
||||
VERSION = '0.9.2'
|
||||
|
||||
# Current operating system
|
||||
# @private
|
||||
|
|
Loading…
Reference in New Issue