aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--cmd/cmd_version.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/cmd/cmd_version.c b/cmd/cmd_version.c
index 1d98028..d57ac23 100644
--- a/cmd/cmd_version.c
+++ b/cmd/cmd_version.c
@@ -9,9 +9,9 @@ void *cmd_version(void *data)
printf("VERSION\n");
- snprintf(buf, buf_size, "VERSION:0.0.8" " DATE:" VERSION_DATE " COMMIT:" VERSION_COMMIT "");
+ snprintf(buf, buf_size, "VERSION:0.0.9" " DATE:" VERSION_DATE " COMMIT:" VERSION_COMMIT "");
ret = alloc_new_str(buf);
return ret;
-} \ No newline at end of file
+}