Skip to content

Commit

Permalink
feat: Automated regeneration of apikeys v2 client (#9884)
Browse files Browse the repository at this point in the history
  • Loading branch information
yoshi-code-bot authored Jun 14, 2022
1 parent 41a65d3 commit fefb39a
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion generated/google-apis-apikeys_v2/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
# Release history for google-apis-apikeys_v2

### v0.13.0 (2022-06-01)
### v0.13.0 (2022-06-05)

* Regenerated using generator version 0.5.0
* Regenerated from discovery document revision 20220530

### v0.12.0 (2022-04-20)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,5 +29,5 @@ Gem::Specification.new do |gem|
gem.require_paths = ["lib"]

gem.required_ruby_version = '>= 2.5'
gem.add_runtime_dependency "google-apis-core", ">= 0.4", "< 2.a"
gem.add_runtime_dependency "google-apis-core", ">= 0.5", "< 2.a"
end
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ module ApikeysV2
GEM_VERSION = "0.13.0"

# Version of the code generator used to generate this client
GENERATOR_VERSION = "0.4.1"
GENERATOR_VERSION = "0.5.0"

# Revision of the discovery document this client was generated from
REVISION = "20220530"
Expand Down

0 comments on commit fefb39a

Please sign in to comment.