From fd4ff04ea44b3f386d59ffc36330880aed4437d5 Mon Sep 17 00:00:00 2001 From: Nicolas Favre-Felix Date: Wed, 10 Jul 2019 13:05:45 -0700 Subject: [PATCH] Release 0.1.7 --- version.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/version.h b/version.h index a5e93ff..9af288c 100644 --- a/version.h +++ b/version.h @@ -2,7 +2,7 @@ #define VERSION_H #ifndef WEBDIS_VERSION -#define WEBDIS_VERSION "0.1.7-dev" +#define WEBDIS_VERSION "0.1.7" #endif #endif /* VERSION_H */