1
0
mirror of https://github.com/Tha14/toxic.git synced 2025-06-19 01:06:36 +02:00

Bump version to 0.12.0 & Update man pages

We no longer use libera as they were found to be spying on their
users' private conversations, so we've replaced it with a
public tox group via the new groupchat implementation
This commit is contained in:
jfreegman
2023-03-04 09:52:15 -05:00
parent efbfa2c95c
commit 2a052edb9e
6 changed files with 33 additions and 33 deletions

View File

@ -1,5 +1,5 @@
# Version
TOXIC_VERSION = 0.11.3
TOXIC_VERSION = 0.12.0
REV = $(shell git rev-list HEAD --count 2>/dev/null || echo -n "error")
ifneq (, $(findstring error, $(REV)))
VERSION = $(TOXIC_VERSION)