Skip to content

Commit

Permalink
Update signals template version as per guidelines.
Browse files Browse the repository at this point in the history
The last released mappings update was #92928, which bumped from 24 ->
25. The few unreleased updates since then have increased this by 1, but
since these changes are going out with 7.13 we are bumping by 10 _since
the last release_, in order to give "room" for minor releases.
  • Loading branch information
rylnd committed Apr 20, 2021
1 parent 84ea941 commit 99e7bbf
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ import otherMapping from './other_mappings.json';
incremented by 10 in order to add "room" for the aforementioned patch
release
*/
export const SIGNALS_TEMPLATE_VERSION = 26;
export const SIGNALS_TEMPLATE_VERSION = 35;
export const MIN_EQL_RULE_INDEX_VERSION = 2;

export const getSignalsTemplate = (index: string) => {
Expand Down

0 comments on commit 99e7bbf

Please sign in to comment.