diff options
author | default <nobody@localhost> | 2024-06-18 06:41:11 +0200 |
---|---|---|
committer | default <nobody@localhost> | 2024-06-18 06:41:11 +0200 |
commit | d50e99491c68b264db3e0d790ffc9845bb0ae365 (patch) | |
tree | ce543fae44e17d566b1f635b6d6f9ffa66044437 | |
parent | c0333ea0c84e544c84dafcab48dbaa595d6d34b1 (diff) |
Bumped version.
-rw-r--r-- | snac.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,7 +1,7 @@ /* snac - A simple, minimalistic ActivityPub instance */ /* copyright (c) 2022 - 2024 grunfink et al. / MIT license */ -#define VERSION "2.55" +#define VERSION "2.56-dev" #define USER_AGENT "snac/" VERSION |