Skip to content

Commit

Permalink
Bumps 8.5 to 8.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
elasticmachine authored and picandocodigo committed Nov 1, 2022
1 parent b3d8364 commit 5d60b59
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 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 = '8.5.0'.freeze
VERSION = '8.5.1'.freeze
end
end
2 changes: 1 addition & 1 deletion elasticsearch/elasticsearch.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ Gem::Specification.new do |s|
s.required_ruby_version = '>= 2.5'

s.add_dependency 'elastic-transport', '~> 8'
s.add_dependency 'elasticsearch-api', '8.5.0'
s.add_dependency 'elasticsearch-api', '8.5.1'

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 = '8.5.0'.freeze
VERSION = '8.5.1'.freeze
end

0 comments on commit 5d60b59

Please sign in to comment.