commit 8da08eadf87ff5314392c0623a59acf36465ba58 parent 7ff6f928085e853b1bb7d113a6e7c435d76e6416 Author: default <nobody@localhost> Date: Sun, 13 Nov 2022 15:19:39 +0100 Version 2.10 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 grunfink - MIT license */ -#define VERSION "2.09" +#define VERSION "2.10" #define USER_AGENT "snac/" VERSION