diff options
author | default <nobody@localhost> | 2023-05-21 20:33:20 +0200 |
---|---|---|
committer | default <nobody@localhost> | 2023-05-21 20:33:20 +0200 |
commit | 2ab5b017b64584b2040dfa1d5ce5a2fb30a9d4ac (patch) | |
tree | b993bd275888fb76f0e1fdf8133ae88dcfecbd6a | |
parent | 49362f54049a357e52cd6c57d2aa20d33add3307 (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 - 2023 grunfink / MIT license */ -#define VERSION "2.32" +#define VERSION "2.33-dev" #define USER_AGENT "snac/" VERSION |