Skip to content

Commit 560e886

Browse files
committed
Incrementing stack template registry version
1 parent 5582cca commit 560e886

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

x-pack/plugin/stack/src/main/java/org/elasticsearch/xpack/stack/StackTemplateRegistry.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ public class StackTemplateRegistry extends IndexTemplateRegistry {
3838

3939
// The stack template registry version. This number must be incremented when we make changes
4040
// to built-in templates.
41-
public static final int REGISTRY_VERSION = 14;
41+
public static final int REGISTRY_VERSION = 15;
4242

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

0 commit comments

Comments
 (0)