File tree 5 files changed +6
-6
lines changed
elasticsearch-api/lib/elasticsearch/api
elasticsearch-transport/lib/elasticsearch/transport
elasticsearch-xpack/lib/elasticsearch/xpack
5 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 1
1
module Elasticsearch
2
2
module API
3
- VERSION = "6.3.1 "
3
+ VERSION = "6.8.0 "
4
4
end
5
5
end
Original file line number Diff line number Diff line change 1
1
module Elasticsearch
2
2
module Transport
3
- VERSION = "6.3.1 "
3
+ VERSION = "6.8.0 "
4
4
end
5
5
end
Original file line number Diff line number Diff line change 1
1
module Elasticsearch
2
2
module XPack
3
- VERSION = "6.3.1 "
3
+ VERSION = "6.8.0 "
4
4
end
5
5
end
Original file line number Diff line number Diff line change @@ -22,8 +22,8 @@ Gem::Specification.new do |s|
22
22
23
23
s . required_ruby_version = '>= 1.9'
24
24
25
- s . add_dependency "elasticsearch-transport" , '6.3.1 '
26
- s . add_dependency "elasticsearch-api" , '6.3.1 '
25
+ s . add_dependency "elasticsearch-transport" , '6.8.0 '
26
+ s . add_dependency "elasticsearch-api" , '6.8.0 '
27
27
28
28
s . add_development_dependency "bundler"
29
29
Original file line number Diff line number Diff line change 1
1
module Elasticsearch
2
- VERSION = "6.3.1 "
2
+ VERSION = "6.8.0 "
3
3
end
You can’t perform that action at this time.
0 commit comments