Skip to content

Commit

Permalink
Bumps version to 7.17.10
Browse files Browse the repository at this point in the history
  • Loading branch information
picandocodigo committed Nov 7, 2023
1 parent 404a2b6 commit 015e747
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion elasticsearch-api/lib/elasticsearch/api/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,6 @@

module Elasticsearch
module API
VERSION = '7.17.9'.freeze
VERSION = '7.17.10'.freeze
end
end
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,6 @@

module Elasticsearch
module Transport
VERSION = '7.17.9'.freeze
VERSION = '7.17.10'.freeze
end
end
2 changes: 1 addition & 1 deletion elasticsearch-xpack/lib/elasticsearch/xpack/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,6 @@

module Elasticsearch
module XPack
VERSION = '7.17.9'.freeze
VERSION = '7.17.10'.freeze
end
end
4 changes: 2 additions & 2 deletions elasticsearch/elasticsearch.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
2 changes: 1 addition & 1 deletion elasticsearch/lib/elasticsearch/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,5 @@
# under the License.

module Elasticsearch
VERSION = '7.17.9'.freeze
VERSION = '7.17.10'.freeze
end

0 comments on commit 015e747

Please sign in to comment.