commit db5a72b6a01eddc61f916365aaf175fb937298f1 parent 8e0ccc6d76af26c83e5adebfaa18aef364e59975 Author: default <nobody@localhost> Date: Sun, 26 May 2024 09:29:38 +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 - 2024 grunfink et al. / MIT license */ -#define VERSION "2.53" +#define VERSION "2.54-dev" #define USER_AGENT "snac/" VERSION