snac2

Fork of https://codeberg.org/grunfink/snac2
git clone https://git.inz.fi/snac2
Log | Files | Refs | README | LICENSE

commit 2a47bdd5726bcd74a0211bbca407cdf1933d83d0
parent ce2ed346777efd1a92e58e674f084610b523a70b
Author: default <nobody@localhost>
Date:   Fri, 10 Feb 2023 15:09:55 +0100

Bumped version.

Diffstat:
Msnac.h | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 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.21" +#define VERSION "2.22-dev" #define USER_AGENT "snac/" VERSION