Skip to content

Commit 9068059

Browse files
committed
Bumps version
1 parent 2949803 commit 9068059

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.13.2'.freeze
20+
VERSION = '7.13.3'.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.13.2'.freeze
20+
VERSION = '7.13.3'.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.13.2'.freeze
20+
VERSION = '7.13.3'.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.13.2'
49-
s.add_dependency 'elasticsearch-api', '7.13.2'
48+
s.add_dependency 'elasticsearch-transport', '7.13.3'
49+
s.add_dependency 'elasticsearch-api', '7.13.3'
5050

5151
s.add_development_dependency 'bundler'
5252

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

0 commit comments

Comments
 (0)