File tree 5 files changed +6
-6
lines changed
elasticsearch-api/lib/elasticsearch/api
elasticsearch-transport/lib/elasticsearch/transport
elasticsearch-xpack/lib/elasticsearch/xpack
5 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 17
17
18
18
module Elasticsearch
19
19
module API
20
- VERSION = " 8.0.0-SNAPSHOT"
20
+ VERSION = ' 8.0.0' . freeze
21
21
end
22
22
end
Original file line number Diff line number Diff line change 17
17
18
18
module Elasticsearch
19
19
module Transport
20
- VERSION = " 8.0.0-SNAPSHOT"
20
+ VERSION = ' 8.0.0' . freeze
21
21
end
22
22
end
Original file line number Diff line number Diff line change 17
17
18
18
module Elasticsearch
19
19
module XPack
20
- VERSION = " 8.0.0-SNAPSHOT"
20
+ VERSION = ' 8.0.0' . freeze
21
21
end
22
22
end
Original file line number Diff line number Diff line change @@ -32,8 +32,8 @@ Gem::Specification.new do |s|
32
32
33
33
s . required_ruby_version = '>= 2.5'
34
34
35
- s . add_dependency 'elasticsearch-transport' , '8.0.0-SNAPSHOT '
36
- s . add_dependency 'elasticsearch-api' , '8.0.0-SNAPSHOT '
35
+ s . add_dependency 'elasticsearch-transport' , '8.0.0'
36
+ s . add_dependency 'elasticsearch-api' , '8.0.0'
37
37
s . add_development_dependency 'elasticsearch-extensions'
38
38
39
39
s . add_development_dependency 'ansi'
Original file line number Diff line number Diff line change 3
3
# See the LICENSE file in the project root for more information
4
4
5
5
module Elasticsearch
6
- VERSION = " 8.0.0-SNAPSHOT"
6
+ VERSION = ' 8.0.0' . freeze
7
7
end
You can’t perform that action at this time.
0 commit comments