From ce79a905201b2a0f2a2989d52be594228eb1996d Mon Sep 17 00:00:00 2001 From: grunfink Date: Mon, 3 Aug 2026 04:55:02 +0200 Subject: Bumped version. --- snac.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/snac.h b/snac.h index cb4ae56..8a8e7a4 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.93" +#define VERSION "2.94-dev" #define USER_AGENT "snac/" VERSION -- cgit