From c4ca659c4ca575bd62b50c5f8f7e43345a61f8fc Mon Sep 17 00:00:00 2001 From: Nicolas Favre-Felix Date: Sun, 21 Jun 2020 15:31:17 -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 44478a9..4d69dc1 100644 --- a/src/version.h +++ b/src/version.h @@ -2,7 +2,7 @@ #define VERSION_H #ifndef WEBDIS_VERSION -#define WEBDIS_VERSION "0.1.11" +#define WEBDIS_VERSION "0.1.12-dev" #endif #endif /* VERSION_H */