commit e79cd9f71fa4b453e07018497370c5bb072a3987 parent c6562fa39bc3b609429fea9064a94cf080922da5 Author: default <nobody@localhost> Date: Sun, 15 Dec 2024 23:08:17 +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.66" +#define VERSION "2.67-dev" #define USER_AGENT "snac/" VERSION