diff options
| author | default <nobody@localhost> | 2023-04-13 10:07:24 +0200 |
|---|---|---|
| committer | default <nobody@localhost> | 2023-04-13 10:07:24 +0200 |
| commit | c2f5748a9d461f8e8b97a777a557e1106478e413 (patch) | |
| tree | b32f7c46a90bcf322356ae96bbf34d337d2e6f10 | |
| parent | cb44135af7ae2cdc8497afbb1d523f4872dc0924 (diff) | |
Version 2.27 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.27-dev" +#define VERSION "2.27" #define USER_AGENT "snac/" VERSION |