Skip to content

Commit ef3f7f5

Browse files
committed
Release 7.6.0
1 parent d297494 commit ef3f7f5

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.5.0"
7+
VERSION = "7.6.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.5.0"
7+
VERSION = "7.6.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.5.0"
7+
VERSION = "7.6.0"
88
end
99
end

elasticsearch/elasticsearch.gemspec

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

2828
s.required_ruby_version = '>= 2.4'
2929

30-
s.add_dependency 'elasticsearch-transport', '7.5.0'
31-
s.add_dependency 'elasticsearch-api', '7.5.0'
30+
s.add_dependency 'elasticsearch-transport', '7.6.0'
31+
s.add_dependency 'elasticsearch-api', '7.6.0'
3232

3333
s.add_development_dependency 'bundler'
3434

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.5.0"
6+
VERSION = "7.6.0"
77
end

0 commit comments

Comments
 (0)