Skip to content

Commit 35c5802

Browse files
committed
[API] Adds ES_SPECIFICATION_COMMIT
The code is automatically generated from elasticsearch-specification: https://github.com/elastic/elasticsearch-specification The value Elasticsearch::ES_SPECIFICATION_COMMIT will be updated with the commit hash of elasticsearch-specification in which the code is based. Instead of writing the commit hash in each generated file, it will be saved in this constant.
1 parent bee9e8a commit 35c5802

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

elasticsearch-api/lib/elasticsearch/api/version.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,5 +18,6 @@
1818
module Elasticsearch
1919
module API
2020
VERSION = '9.0.0'.freeze
21+
ES_SPECIFICATION_COMMIT = 'dbb89db180052524cab77d324be4f0c00972807a'.freeze
2122
end
2223
end

0 commit comments

Comments
 (0)