diff options
author | default <nobody@localhost> | 2023-01-27 18:31:16 +0100 |
---|---|---|
committer | default <nobody@localhost> | 2023-01-27 18:31:16 +0100 |
commit | 5163f93c028bead0bd6d84f75b5df33c41973aba (patch) | |
tree | 537fb8d8275a91053fbdf18790becbe3cbb44f40 | |
parent | 756e8cb2a7936acea6f6f26580c8d632ab30d70f (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.19" +#define VERSION "2.20-dev" #define USER_AGENT "snac/" VERSION |