diff options
author | default <nobody@localhost> | 2023-06-16 09:26:17 +0200 |
---|---|---|
committer | default <nobody@localhost> | 2023-06-16 09:26:17 +0200 |
commit | 1b1cb2dc384df37b753e1df65e995b81b341ff34 (patch) | |
tree | 48057ded6f8af8161bd8eac484ff18fda31c415f | |
parent | 5be22394675bff99cae673251696f8d0ce8ce0de (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.35" +#define VERSION "2.36-dev" #define USER_AGENT "snac/" VERSION |