Skip to content

Commit

Permalink
Increment StackTemplateRegistry#REGISTRY_VERSION
Browse files Browse the repository at this point in the history
Required due to changes made in stack templates in #95481 and #95329
  • Loading branch information
eyalkoren authored May 2, 2023
1 parent d6b80c0 commit 533c4b5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,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 = 2;
public static final int REGISTRY_VERSION = 3;

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 533c4b5

Please sign in to comment.