diff options
author | default <nobody@localhost> | 2023-02-11 14:11:08 +0100 |
---|---|---|
committer | default <nobody@localhost> | 2023-02-11 14:11:08 +0100 |
commit | dca071b14dd2b173ddb04d09a1a50b785e639136 (patch) | |
tree | bde118f723afd86c7629bba7e1a9c3c754a11dfd | |
parent | 4fc6efb2275d8d514639eb74d379eae0deb64011 (diff) |
Version 2.22 RELEASED.
-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.22-dev" +#define VERSION "2.22" #define USER_AGENT "snac/" VERSION |