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
|
||||
* Allow abnormal page token cases for paging methods
|
||||
* Regenerate APIs
|
||||
|
|
|
@ -15,7 +15,7 @@
|
|||
module Google
|
||||
module Apis
|
||||
# Client library version
|
||||
VERSION = '0.9.27'
|
||||
VERSION = '0.9.28'
|
||||
|
||||
# Current operating system
|
||||
# @private
|
||||
|
|
Loading…
Reference in New Issue