commit 6807fecc7353dae45ae6a35e35bc818c7f588520 parent ec73ef0bda1bbd4276aebcdb3a4500494efef3a2 Author: default <nobody@localhost> Date: Mon, 10 Oct 2022 09:18:52 +0200 Version 2.03 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.02" +#define VERSION "2.03" #define USER_AGENT "snac/" VERSION