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 17
17
18
18
module Elasticsearch
19
19
module API
20
- VERSION = "7.10.0 "
20
+ VERSION = "7.10.1 "
21
21
end
22
22
end
Original file line number Diff line number Diff line change 17
17
18
18
module Elasticsearch
19
19
module Transport
20
- VERSION = "7.10.0 "
20
+ VERSION = "7.10.1 "
21
21
end
22
22
end
Original file line number Diff line number Diff line change 17
17
18
18
module Elasticsearch
19
19
module XPack
20
- VERSION = "7.10.0 "
20
+ VERSION = "7.10.1 "
21
21
end
22
22
end
Original file line number Diff line number Diff line change @@ -45,8 +45,8 @@ Gem::Specification.new do |s|
45
45
46
46
s . required_ruby_version = '>= 2.4'
47
47
48
- s . add_dependency 'elasticsearch-transport' , '7.10.0 '
49
- s . add_dependency 'elasticsearch-api' , '7.10.0 '
48
+ s . add_dependency 'elasticsearch-transport' , '7.10.1 '
49
+ s . add_dependency 'elasticsearch-api' , '7.10.1 '
50
50
51
51
s . add_development_dependency 'bundler'
52
52
Original file line number Diff line number Diff line change 16
16
# under the License.
17
17
18
18
module Elasticsearch
19
- VERSION = "7.10.0 "
19
+ VERSION = "7.10.1 "
20
20
end
You can’t perform that action at this time.
0 commit comments