commit a3804c2c89482652b270f43d21e70eff63dc76d1 parent 6be2942b3c971fc44a3418dd442477dffe2eb0d4 Author: default <nobody@localhost> Date: Sun, 19 Feb 2023 12:36:49 +0100 Version 2.23 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.23-dev" +#define VERSION "2.23" #define USER_AGENT "snac/" VERSION