commit f4d337c549dace97e772a0b654815de48845c859 parent 381129fb2528ae7eb0cef9efda4a462126f6bab0 Author: default <nobody@localhost> Date: Fri, 10 Feb 2023 14:02:50 +0100 Version 2.21 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.21-dev" +#define VERSION "2.21" #define USER_AGENT "snac/" VERSION