ssnail

crappy and opinionated static site generator
git clone https://git.e1e0.net/ssnail.git
Log | Files | Refs | README | LICENSE

commit 5e0f34a8c2cf6efa210a58b2c316b4fb9c4be01e
parent 4e682a405dd87bc2fd76d3dee7767730d6e429f8
Author: Paco Esteban <paco@e1e0.net>
Date:   Fri, 12 Feb 2021 16:25:51 +0100

bump version

Diffstat:
Mssnail.c | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/ssnail.c b/ssnail.c @@ -33,7 +33,7 @@ #include "helpers.h" #include "ssnail_error.h" -#define VERSION "1.2" +#define VERSION "1.3" struct article { size_t htmlz;