We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5582cca commit 560e886Copy full SHA for 560e886
x-pack/plugin/stack/src/main/java/org/elasticsearch/xpack/stack/StackTemplateRegistry.java
@@ -38,7 +38,7 @@ public class StackTemplateRegistry extends IndexTemplateRegistry {
38
39
// The stack template registry version. This number must be incremented when we make changes
40
// to built-in templates.
41
- public static final int REGISTRY_VERSION = 14;
+ public static final int REGISTRY_VERSION = 15;
42
43
public static final String TEMPLATE_VERSION_VARIABLE = "xpack.stack.template.version";
44
public static final Setting<Boolean> STACK_TEMPLATES_ENABLED = Setting.boolSetting(
0 commit comments