Skip to content

Commit

Permalink
Bumps version to 8.11.1
Browse files Browse the repository at this point in the history
  • Loading branch information
picandocodigo committed Jan 25, 2024
1 parent da61c3f commit a779e32
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.11.0'.freeze
VERSION = '8.11.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 @@ -47,7 +47,7 @@ Gem::Specification.new do |s|

s.add_dependency 'elastic-transport', '~> 8.3'

s.add_dependency 'elasticsearch-api', '8.11.0'
s.add_dependency 'elasticsearch-api', '8.11.1'
s.add_dependency 'base64'

s.add_development_dependency 'bundler'
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.11.0'.freeze
VERSION = '8.11.1'.freeze
end

0 comments on commit a779e32

Please sign in to comment.