diff options
author | default <nobody@localhost> | 2022-10-07 18:15:37 +0200 |
---|---|---|
committer | default <nobody@localhost> | 2022-10-07 18:15:37 +0200 |
commit | 266207a9a5292d4eade365d3a4e2fe678af8189c (patch) | |
tree | bb79f346f8edc06fe42077bb5665e8ca415d3a3d | |
parent | a366ca3e44c30b6daca3f41584c18920d1ca1f89 (diff) |
Version 2.02 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 grunfink - MIT license */ -#define VERSION "2.01" +#define VERSION "2.02" #define USER_AGENT "snac/" VERSION |