commit a2874b4b4929e1c1600132660d99689a3576becc parent a549ff4b0dbda34d26334e8f8cb7daff9faa7d02 Author: default <nobody@localhost> Date: Thu, 13 Jul 2023 21:13:37 +0200 Bumped version. 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.37" +#define VERSION "2.38-dev" #define USER_AGENT "snac/" VERSION