From 97c4af001b800c6195076ad50eb969e20f484262 Mon Sep 17 00:00:00 2001 From: default Date: Fri, 6 Sep 2024 09:33:59 +0200 Subject: New checkbox in html_note() for marking a post as a draft. --- snac.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'snac.h') diff --git a/snac.h b/snac.h index 4767109..a7c2918 100644 --- a/snac.h +++ b/snac.h @@ -1,7 +1,7 @@ /* snac - A simple, minimalistic ActivityPub instance */ /* copyright (c) 2022 - 2024 grunfink et al. / MIT license */ -#define VERSION "2.58" +#define VERSION "2.59-dev" #define USER_AGENT "snac/" VERSION -- cgit