diff options
author | default <nobody@localhost> | 2024-08-11 17:29:51 +0200 |
---|---|---|
committer | default <nobody@localhost> | 2024-08-11 17:29:51 +0200 |
commit | 501912d28cb8044f891c990cdf298ff449a033cd (patch) | |
tree | 795904b8e7072a3be86b95bf24c4322255249410 | |
parent | 382ff0334994a11b9905a5b9eceea95ef3153424 (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.57" +#define VERSION "2.58-dev" #define USER_AGENT "snac/" VERSION |