Skip to content

Commit 977b494

Browse files
committed
Release 7.7.0
1 parent 2a15af3 commit 977b494

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@
44

55
module Elasticsearch
66
module API
7-
VERSION = "7.7.0.pre"
7+
VERSION = "7.7.0"
88
end
99
end

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@
44

55
module Elasticsearch
66
module Transport
7-
VERSION = "7.7.0.pre"
7+
VERSION = "7.7.0"
88
end
99
end

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@
44

55
module Elasticsearch
66
module XPack
7-
VERSION = "7.7.0.pre"
7+
VERSION = "7.7.0"
88
end
99
end

elasticsearch/elasticsearch.gemspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,8 @@ Gem::Specification.new do |s|
3232

3333
s.required_ruby_version = '>= 2.4'
3434

35-
s.add_dependency 'elasticsearch-transport', '7.7.0.pre'
36-
s.add_dependency 'elasticsearch-api', '7.7.0.pre'
35+
s.add_dependency 'elasticsearch-transport', '7.7.0'
36+
s.add_dependency 'elasticsearch-api', '7.7.0'
3737

3838
s.add_development_dependency 'bundler'
3939

elasticsearch/lib/elasticsearch/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@
33
# See the LICENSE file in the project root for more information
44

55
module Elasticsearch
6-
VERSION = "7.7.0.pre"
6+
VERSION = "7.7.0"
77
end

0 commit comments

Comments
 (0)