From 9bd7bd36b0ed69c529fbd258f370450052bf9869 Mon Sep 17 00:00:00 2001 From: Nicolas Favre-Felix Date: Tue, 22 Oct 2024 18:54:19 -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 55ca5c1..d71ce2d 100644 --- a/src/version.h +++ b/src/version.h @@ -2,7 +2,7 @@ #define VERSION_H #ifndef WEBDIS_VERSION -#define WEBDIS_VERSION "0.1.23" +#define WEBDIS_VERSION "0.1.24-dev" #endif #endif /* VERSION_H */