File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
elasticsearch-api/lib/elasticsearch/api Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1717
1818module Elasticsearch
1919 module API
20- VERSION = '9.0 .0' . freeze
20+ VERSION = '9.1 .0' . freeze
2121 ES_SPECIFICATION_COMMIT = '09ebf27a057301e6f26581259d3c1d105074bdfd' . freeze
2222 end
2323end
Original file line number Diff line number Diff line change @@ -46,7 +46,7 @@ Gem::Specification.new do |s|
4646 s . rdoc_options = [ '--charset=UTF-8' ]
4747
4848 s . required_ruby_version = '>= 2.6' # For compatibility with JRuby 9.3
49- s . add_dependency 'elasticsearch-api' , '9.0 .0'
49+ s . add_dependency 'elasticsearch-api' , '9.1 .0'
5050 s . add_dependency 'elastic-transport' , '~> 8.3'
5151
5252 s . add_development_dependency 'base64'
Original file line number Diff line number Diff line change 1616# under the License.
1717
1818module Elasticsearch
19- VERSION = '9.0 .0' . freeze
19+ VERSION = '9.1 .0' . freeze
2020end
You can’t perform that action at this time.
0 commit comments