Skip to content

Commit fa46e4b

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 01c2adf commit fa46e4b

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 = '8b93a5f0305b154e55150883cf2070bc218c52e7'.freeze
2122
end
2223
end

0 commit comments

Comments
 (0)