Skip to content

Commit

Permalink
feat: Automated regeneration of redis v1beta1 client (#19398)
Browse files Browse the repository at this point in the history
Auto-created at 2024-05-19 11:56:13 +0000 using the toys pull request generator.
  • Loading branch information
yoshi-code-bot committed May 21, 2024
1 parent 19846e4 commit 4ab22c3
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 4 deletions.
5 changes: 5 additions & 0 deletions generated/google-apis-redis_v1beta1/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Release history for google-apis-redis_v1beta1

### v0.50.0 (2024-05-19)

* Regenerated from discovery document revision 20240509
* Regenerated using generator version 0.15.0

### v0.49.0 (2024-04-28)

* Regenerated from discovery document revision 20240418
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.7'
gem.add_runtime_dependency "google-apis-core", ">= 0.14.0", "< 2.a"
gem.add_runtime_dependency "google-apis-core", ">= 0.15.0", "< 2.a"
end
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,13 @@ module Google
module Apis
module RedisV1beta1
# Version of the google-apis-redis_v1beta1 gem
GEM_VERSION = "0.49.0"
GEM_VERSION = "0.50.0"

# Version of the code generator used to generate this client
GENERATOR_VERSION = "0.14.0"
GENERATOR_VERSION = "0.15.0"

# Revision of the discovery document this client was generated from
REVISION = "20240418"
REVISION = "20240509"
end
end
end

0 comments on commit 4ab22c3

Please sign in to comment.