commit 47ce73553fda4495755e6a124480f18fb48686fc parent 6b597ffdb44a5fce7a7da6b5613f0607de483f99 Author: default <nobody@localhost> Date: Sat, 13 May 2023 16:56:06 +0200 Version 2.31 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.31-dev" +#define VERSION "2.31" #define USER_AGENT "snac/" VERSION