0.39.2
This commit is contained in:
parent
90f7fd5c79
commit
a7b5da2676
|
@ -1,3 +1,7 @@
|
|||
# 0.39.2
|
||||
* Backwards compatible changes:
|
||||
* Updated `apigee_v1`
|
||||
|
||||
# 0.39.1
|
||||
* Backwards compatible changes:
|
||||
* Added `osconfig_v1beta`
|
||||
|
|
|
@ -17,7 +17,7 @@ require 'open3'
|
|||
module Google
|
||||
module Apis
|
||||
# Client library version
|
||||
VERSION = '0.39.1'.freeze
|
||||
VERSION = '0.39.2'.freeze
|
||||
|
||||
# Current operating system
|
||||
# @private
|
||||
|
|
Loading…
Reference in New Issue