commit dca071b14dd2b173ddb04d09a1a50b785e639136 parent 4fc6efb2275d8d514639eb74d379eae0deb64011 Author: default <nobody@localhost> Date: Sat, 11 Feb 2023 14:11:08 +0100 Version 2.22 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.22-dev" +#define VERSION "2.22" #define USER_AGENT "snac/" VERSION