From a359ceba88f777bf0322d91164d89fca6af685e3 Mon Sep 17 00:00:00 2001 From: doyoubi Date: Tue, 9 May 2017 03:50:31 +0000 Subject: [PATCH] Bump version to v0.2.6 --- src/corvus.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/corvus.h b/src/corvus.h index 0b75469..307f8c0 100644 --- a/src/corvus.h +++ b/src/corvus.h @@ -15,7 +15,7 @@ #include "slowlog.h" #include "config.h" -#define VERSION "0.2.5" +#define VERSION "0.2.6" #define CORVUS_OK 0 #define CORVUS_ERR -1