commit d3c1b3127ae264811e3ca6b850fbc32a984e039e parent e9588a71ae67427d3ed0c50246f46724aa7611c3 Author: default <nobody@localhost> Date: Mon, 15 May 2023 11:15:53 +0200 Bumped version. Diffstat:
M | snac.h | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/snac.h b/snac.h @@ -1,7 +1,7 @@ /* snac - A simple, minimalistic ActivityPub instance */ /* copyright (c) 2022 - 2023 grunfink / MIT license */ -#define VERSION "2.31" +#define VERSION "2.32-dev" #define USER_AGENT "snac/" VERSION