From 3d2af2ef63e0b79b0b4fe5398928291df9cb8c24 Mon Sep 17 00:00:00 2001 From: grunfink Date: Wed, 13 May 2026 09:50:53 +0200 Subject: Version 2.92 RELEASED. --- snac.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/snac.h b/snac.h index 9f6e534..0dab19e 100644 --- a/snac.h +++ b/snac.h @@ -1,7 +1,7 @@ /* snac - A simple, minimalistic ActivityPub instance */ /* copyright (c) 2022 - 2026 grunfink et al. / MIT license */ -#define VERSION "2.92-dev" +#define VERSION "2.92" #define USER_AGENT "snac/" VERSION -- cgit