Skip to content

Commit 5df1a6d

Browse files
elasticmachinepicandocodigo
authored andcommitted
Bumps 7.17 to 7.17.8
1 parent 860b6b0 commit 5df1a6d

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.17.7'.freeze
20+
VERSION = '7.17.8'.freeze
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.17.7'.freeze
20+
VERSION = '7.17.8'.freeze
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.17.7'.freeze
20+
VERSION = '7.17.8'.freeze
2121
end
2222
end

elasticsearch/elasticsearch.gemspec

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

4646
s.required_ruby_version = '>= 2.4'
4747

48-
s.add_dependency 'elasticsearch-transport', '7.17.7'
49-
s.add_dependency 'elasticsearch-api', '7.17.7'
48+
s.add_dependency 'elasticsearch-transport', '7.17.8'
49+
s.add_dependency 'elasticsearch-api', '7.17.8'
5050

5151
s.add_development_dependency 'bundler'
5252
s.add_development_dependency 'byebug' unless defined?(JRUBY_VERSION) || defined?(Rubinius)

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.17.7'.freeze
19+
VERSION = '7.17.8'.freeze
2020
end

0 commit comments

Comments
 (0)