snac2

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

commit 8e1f4430ff0408fff1b25715d45065afb4f6bd10
parent 56ee90efd6b266e6aba3265330d8620ab41375fd
Author: default <nobody@localhost>
Date:   Tue, 17 Jan 2023 09:21:42 +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 grunfink - MIT license */ -#define VERSION "2.18" +#define VERSION "2.19-dev" #define USER_AGENT "snac/" VERSION