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.0.0.pre "
20
+ VERSION = "7.0.0"
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.0.0.pre "
20
+ VERSION = "7.0.0"
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.0.0.pre "
20
+ VERSION = "7.0.0"
21
21
end
22
22
end
Original file line number Diff line number Diff line change @@ -40,8 +40,8 @@ Gem::Specification.new do |s|
40
40
41
41
s . required_ruby_version = '>= 1.9'
42
42
43
- s . add_dependency "elasticsearch-transport" , '7.0.0.pre '
44
- s . add_dependency "elasticsearch-api" , '7.0.0.pre '
43
+ s . add_dependency "elasticsearch-transport" , '7.0.0'
44
+ s . add_dependency "elasticsearch-api" , '7.0.0'
45
45
46
46
s . add_development_dependency "bundler"
47
47
Original file line number Diff line number Diff line change 16
16
# under the License.
17
17
18
18
module Elasticsearch
19
- VERSION = "7.0.0.pre "
19
+ VERSION = "7.0.0"
20
20
end
You can’t perform that action at this time.
0 commit comments