File tree 3 files changed +3
-3
lines changed
elasticsearch-api/lib/elasticsearch/api
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 17
17
18
18
module Elasticsearch
19
19
module API
20
- VERSION = '8.0.0' . freeze
20
+ VERSION = '8.0.0.pre1 ' . freeze
21
21
end
22
22
end
Original file line number Diff line number Diff line change @@ -46,7 +46,7 @@ Gem::Specification.new do |s|
46
46
s . required_ruby_version = '>= 2.5'
47
47
48
48
s . add_dependency 'elastic-transport' , '8.0.0.pre2'
49
- s . add_dependency 'elasticsearch-api' , '8.0.0'
49
+ s . add_dependency 'elasticsearch-api' , '8.0.0.pre1 '
50
50
51
51
s . add_development_dependency 'bundler'
52
52
s . add_development_dependency 'byebug' unless defined? ( JRUBY_VERSION ) || defined? ( Rubinius )
Original file line number Diff line number Diff line change 16
16
# under the License.
17
17
18
18
module Elasticsearch
19
- VERSION = '8.0.0' . freeze
19
+ VERSION = '8.0.0.pre1 ' . freeze
20
20
end
You can’t perform that action at this time.
0 commit comments