From 66caea0bb845cdea957607cc274046269934ad2c Mon Sep 17 00:00:00 2001 From: maralla Date: Wed, 23 Mar 2016 14:30:34 +0800 Subject: [PATCH] bump version to v0.2.1 --- src/corvus.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/corvus.h b/src/corvus.h index a586fc1..847ad8e 100644 --- a/src/corvus.h +++ b/src/corvus.h @@ -13,7 +13,7 @@ #include "dict.h" #include "event.h" -#define VERSION "0.2.0" +#define VERSION "0.2.1" #define CORVUS_OK 0 #define CORVUS_ERR -1