summaryrefslogtreecommitdiffstats
path: root/xlators/playground/template/src/template.c
diff options
context:
space:
mode:
Diffstat (limited to 'xlators/playground/template/src/template.c')
-rw-r--r--xlators/playground/template/src/template.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/xlators/playground/template/src/template.c b/xlators/playground/template/src/template.c
index c832167dc16..4a9e8d2e6f3 100644
--- a/xlators/playground/template/src/template.c
+++ b/xlators/playground/template/src/template.c
@@ -162,7 +162,7 @@ struct volume_options template_options[] = {
.max = 1024,
.default_value = "1",
.description = "a dummy option to show how to set the option",
- .op_version = {GD_OP_VERSION_4_2_0},
+ .op_version = {GD_OP_VERSION_5_0},
.flags = OPT_FLAG_SETTABLE | OPT_FLAG_DOC,
.level = OPT_STATUS_EXPERIMENTAL,
.tags = {"development", "experimental", "template"},
@@ -177,7 +177,7 @@ xlator_api_t xlator_api = {
.reconfigure = template_reconfigure,
.mem_acct_init = template_mem_acct_init,
.dump_metrics = template_dump_metrics,
- .op_version = {GD_OP_VERSION_4_2_0},
+ .op_version = {GD_OP_VERSION_5_0},
.dumpops = &template_dumpops,
.fops = &template_fops,
.cbks = &template_cbks,