Skip to content

Commit

Permalink
Increment REGISTRY_VERSION
Browse files Browse the repository at this point in the history
  • Loading branch information
felixbarny committed Feb 13, 2024
1 parent e12b135 commit b57cfa5
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -43,7 +43,7 @@ public class StackTemplateRegistry extends IndexTemplateRegistry {

// The stack template registry version. This number must be incremented when we make changes
// to built-in templates.
public static final int REGISTRY_VERSION = 7;
public static final int REGISTRY_VERSION = 8;

public static final String TEMPLATE_VERSION_VARIABLE = "xpack.stack.template.version";
public static final Setting<Boolean> STACK_TEMPLATES_ENABLED = Setting.boolSetting(
Expand Down

0 comments on commit b57cfa5

Please sign in to comment.