From 775fb14706d92af9106b2ac0b87b4c4bd1f5b3ca Mon Sep 17 00:00:00 2001 From: default Date: Thu, 21 Nov 2024 15:12:22 +0100 Subject: [PATCH] Version 2.64 RELEASED. --- snac.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/snac.h b/snac.h index 8020978..0d62eb2 100644 --- a/snac.h +++ b/snac.h @@ -1,7 +1,7 @@ /* snac - A simple, minimalistic ActivityPub instance */ /* copyright (c) 2022 - 2024 grunfink et al. / MIT license */ -#define VERSION "2.63" +#define VERSION "2.64" #define USER_AGENT "snac/" VERSION