From 3a39be4a2d883d10b1aef44c6503aa93e38abbb4 Mon Sep 17 00:00:00 2001 From: Nicolas Favre-Felix Date: Mon, 1 Jun 2020 02:34:58 -0700 Subject: [PATCH] Version bump after release --- src/version.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/version.h b/src/version.h index 515ac6c..a98b878 100644 --- a/src/version.h +++ b/src/version.h @@ -2,7 +2,7 @@ #define VERSION_H #ifndef WEBDIS_VERSION -#define WEBDIS_VERSION "0.1.10" +#define WEBDIS_VERSION "0.1.11-dev" #endif #endif /* VERSION_H */