Skip to content

Commit 362cae9

Browse files
committed
Release 7.0.0
1 parent 31ff75a commit 362cae9

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
lines changed

elasticsearch-api/lib/elasticsearch/api/version.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,6 @@
1717

1818
module Elasticsearch
1919
module API
20-
VERSION = "7.0.0.pre"
20+
VERSION = "7.0.0"
2121
end
2222
end

elasticsearch-transport/lib/elasticsearch/transport/version.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,6 @@
1717

1818
module Elasticsearch
1919
module Transport
20-
VERSION = "7.0.0.pre"
20+
VERSION = "7.0.0"
2121
end
2222
end

elasticsearch-xpack/lib/elasticsearch/xpack/version.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,6 @@
1717

1818
module Elasticsearch
1919
module XPack
20-
VERSION = "7.0.0.pre"
20+
VERSION = "7.0.0"
2121
end
2222
end

elasticsearch/elasticsearch.gemspec

+2-2
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,8 @@ Gem::Specification.new do |s|
4040

4141
s.required_ruby_version = '>= 1.9'
4242

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'
4545

4646
s.add_development_dependency "bundler"
4747

elasticsearch/lib/elasticsearch/version.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,5 +16,5 @@
1616
# under the License.
1717

1818
module Elasticsearch
19-
VERSION = "7.0.0.pre"
19+
VERSION = "7.0.0"
2020
end

0 commit comments

Comments
 (0)