Bump version for minor release

This commit is contained in:
Steve Bazyl 2017-04-04 13:47:17 -07:00
parent 28633fb006
commit ff5eb3670d
2 changed files with 4 additions and 1 deletions

View File

@ -1,3 +1,6 @@
# 0.11.1
* Remove stray debug output
# 0.11.0
* *Breaking change* - Fix handling of large numbers during code generation. Previously the
uint64/int64 formats were passed through as strings. They are now coerced to/from Fixnum/Bignum types.

View File

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