From 699702cd72046d1c613f9952ab310882710843b0 Mon Sep 17 00:00:00 2001 From: default Date: Sun, 7 May 2023 09:38:45 +0200 Subject: [PATCH] Bumped version. --- snac.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/snac.h b/snac.h index 782ae51..6a8092a 100644 --- a/snac.h +++ b/snac.h @@ -1,7 +1,7 @@ /* snac - A simple, minimalistic ActivityPub instance */ /* copyright (c) 2022 - 2023 grunfink / MIT license */ -#define VERSION "2.30" +#define VERSION "2.31-dev" #define USER_AGENT "snac/" VERSION