Fix file permissions issue
This commit is contained in:
parent
0d04ec8df4
commit
235fd7abcc
|
@ -1,3 +1,6 @@
|
||||||
|
# 0.9.28
|
||||||
|
* Fix file permissions issue
|
||||||
|
|
||||||
# 0.9.27
|
# 0.9.27
|
||||||
* Allow abnormal page token cases for paging methods
|
* Allow abnormal page token cases for paging methods
|
||||||
* Regenerate APIs
|
* Regenerate APIs
|
||||||
|
|
|
@ -15,7 +15,7 @@
|
||||||
module Google
|
module Google
|
||||||
module Apis
|
module Apis
|
||||||
# Client library version
|
# Client library version
|
||||||
VERSION = '0.9.27'
|
VERSION = '0.9.28'
|
||||||
|
|
||||||
# Current operating system
|
# Current operating system
|
||||||
# @private
|
# @private
|
||||||
|
|
Loading…
Reference in New Issue