Skip to content

Commit 3d85f95

Browse files
committed
Release 6.8.0
1 parent 7e5314b commit 3d85f95

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
lines changed
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
module Elasticsearch
22
module API
3-
VERSION = "6.3.1"
3+
VERSION = "6.8.0"
44
end
55
end
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
module Elasticsearch
22
module Transport
3-
VERSION = "6.3.1"
3+
VERSION = "6.8.0"
44
end
55
end
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
module Elasticsearch
22
module XPack
3-
VERSION = "6.3.1"
3+
VERSION = "6.8.0"
44
end
55
end

elasticsearch/elasticsearch.gemspec

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

2323
s.required_ruby_version = '>= 1.9'
2424

25-
s.add_dependency "elasticsearch-transport", '6.3.1'
26-
s.add_dependency "elasticsearch-api", '6.3.1'
25+
s.add_dependency "elasticsearch-transport", '6.8.0'
26+
s.add_dependency "elasticsearch-api", '6.8.0'
2727

2828
s.add_development_dependency "bundler"
2929

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module Elasticsearch
2-
VERSION = "6.3.1"
2+
VERSION = "6.8.0"
33
end

0 commit comments

Comments
 (0)