commit 76654f1bfa76cef43fbb88d316b4c677fd8a89bb parent 93f70d6759e0bc67326ca78283cd9627f8ca4580 Author: default <nobody@localhost> Date: Sun, 24 Nov 2024 09:26:54 +0100 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.64" +#define VERSION "2.65-dev" #define USER_AGENT "snac/" VERSION