From f778a0c6fb7a7b46bddd57265eefbff98623cf61 Mon Sep 17 00:00:00 2001 From: doyoubi Date: Mon, 11 Sep 2017 03:11:36 +0000 Subject: [PATCH] Bump version to 0.2.7 --- src/corvus.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/corvus.h b/src/corvus.h index 307f8c0..63a4690 100644 --- a/src/corvus.h +++ b/src/corvus.h @@ -15,7 +15,7 @@ #include "slowlog.h" #include "config.h" -#define VERSION "0.2.6" +#define VERSION "0.2.7" #define CORVUS_OK 0 #define CORVUS_ERR -1