commit 52575203148069b19c1dca80126d70edf3916889 parent 1b8d1abbfb6f060f5bf98a1a3a46d662f3afbb36 Author: default <nobody@localhost> Date: Thu, 11 Jul 2024 09:51:04 +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 - 2024 grunfink et al. / MIT license */ -#define VERSION "2.56" +#define VERSION "2.57-dev" #define USER_AGENT "snac/" VERSION