commit 6a1cc55676eaf18ecadb42b86474aaef73cf9805 parent 51d225dde0d2f5242a781e7c3405cff8bb1c507c Author: default <nobody@localhost> Date: Sun, 7 May 2023 08:54:54 +0200 Version 2.30 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.30-dev" +#define VERSION "2.30" #define USER_AGENT "snac/" VERSION