commit 11c7d6ebff356f28708afd3e591fe2176c063110 parent 7dd3c8aa804f1cdf213f7d4f433022bfe0d077c9 Author: default <nobody@localhost> Date: Sat, 4 Feb 2023 19:58:00 +0100 Version 2.20 RELEASED. 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.20-dev" +#define VERSION "2.20" #define USER_AGENT "snac/" VERSION