diff options
author | default <nobody@localhost> | 2023-07-13 21:13:37 +0200 |
---|---|---|
committer | default <nobody@localhost> | 2023-07-13 21:13:37 +0200 |
commit | a2874b4b4929e1c1600132660d99689a3576becc (patch) | |
tree | c6c67a8dfc4669078725226159c88ffe5a5dfe2b | |
parent | a549ff4b0dbda34d26334e8f8cb7daff9faa7d02 (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.37" +#define VERSION "2.38-dev" #define USER_AGENT "snac/" VERSION |