summaryrefslogtreecommitdiff
path: root/snac.h
diff options
context:
space:
mode:
authordefault <nobody@localhost>2023-06-04 10:48:03 +0200
committerdefault <nobody@localhost>2023-06-04 10:48:03 +0200
commit0d817340e245f2426ced10eddee9f7d5faf90a29 (patch)
tree8114ac775301c11d2e7d81e3d5a7718f41c6a4b6 /snac.h
parent3a8005f9bf768e17a086f033c90661c9d8c8f8e5 (diff)
If a user config field 'bot' is set to true, identies as such.
Diffstat (limited to 'snac.h')
-rw-r--r--snac.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/snac.h b/snac.h
index 2263656..cfe64f5 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.34"
+#define VERSION "2.35-dev"
#define USER_AGENT "snac/" VERSION