Skip to content

Commit

Permalink
quota: Update version number for script client
Browse files Browse the repository at this point in the history
  • Loading branch information
cmouse committed May 31, 2017
1 parent 86b613a commit 49f5e58
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/plugins/quota/quota.c
Expand Up @@ -997,7 +997,7 @@ static void quota_warning_execute(struct quota_root *root, const char *cmd,
}

str = t_str_new(1024);
str_append(str, "VERSION\tscript\t3\t0\nnoreply\n");
str_append(str, "VERSION\tscript\t4\t0\nnoreply\n");
for (; *args != NULL; args++) {
str_append(str, *args);
str_append_c(str, '\n');
Expand Down

0 comments on commit 49f5e58

Please sign in to comment.