diff --git a/elasticsearch-api/lib/elasticsearch/api/version.rb b/elasticsearch-api/lib/elasticsearch/api/version.rb index 1cf7f9caaa..515c5533e0 100644 --- a/elasticsearch-api/lib/elasticsearch/api/version.rb +++ b/elasticsearch-api/lib/elasticsearch/api/version.rb @@ -17,6 +17,6 @@ module Elasticsearch module API - VERSION = '7.17.9'.freeze + VERSION = '7.17.10'.freeze end end diff --git a/elasticsearch-transport/lib/elasticsearch/transport/version.rb b/elasticsearch-transport/lib/elasticsearch/transport/version.rb index 906cf86981..9ee6c86332 100644 --- a/elasticsearch-transport/lib/elasticsearch/transport/version.rb +++ b/elasticsearch-transport/lib/elasticsearch/transport/version.rb @@ -17,6 +17,6 @@ module Elasticsearch module Transport - VERSION = '7.17.9'.freeze + VERSION = '7.17.10'.freeze end end diff --git a/elasticsearch-xpack/lib/elasticsearch/xpack/version.rb b/elasticsearch-xpack/lib/elasticsearch/xpack/version.rb index e6e2a5d036..ff8a4f987c 100644 --- a/elasticsearch-xpack/lib/elasticsearch/xpack/version.rb +++ b/elasticsearch-xpack/lib/elasticsearch/xpack/version.rb @@ -17,6 +17,6 @@ module Elasticsearch module XPack - VERSION = '7.17.9'.freeze + VERSION = '7.17.10'.freeze end end diff --git a/elasticsearch/elasticsearch.gemspec b/elasticsearch/elasticsearch.gemspec index a7ff007e7c..9debcefbd1 100644 --- a/elasticsearch/elasticsearch.gemspec +++ b/elasticsearch/elasticsearch.gemspec @@ -45,8 +45,8 @@ Gem::Specification.new do |s| s.required_ruby_version = '>= 2.4' - s.add_dependency 'elasticsearch-transport', '7.17.9' - s.add_dependency 'elasticsearch-api', '7.17.9' + s.add_dependency 'elasticsearch-transport', '7.17.10' + s.add_dependency 'elasticsearch-api', '7.17.10' s.add_development_dependency 'bundler' s.add_development_dependency 'byebug' unless defined?(JRUBY_VERSION) || defined?(Rubinius) diff --git a/elasticsearch/lib/elasticsearch/version.rb b/elasticsearch/lib/elasticsearch/version.rb index c04b5fcb34..11b2e55064 100644 --- a/elasticsearch/lib/elasticsearch/version.rb +++ b/elasticsearch/lib/elasticsearch/version.rb @@ -16,5 +16,5 @@ # under the License. module Elasticsearch - VERSION = '7.17.9'.freeze + VERSION = '7.17.10'.freeze end