From 12f1ebee1c03c1a71ecb7f6c3a1d853f97625bea Mon Sep 17 00:00:00 2001 From: Sadie Powell Date: Tue, 26 May 2026 17:58:15 +0100 Subject: [PATCH] Release 2.0.20. --- docs/Changes | 4 ++-- docs/Changes.conf | 4 ++-- src/version.sh | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/docs/Changes b/docs/Changes index 51ad25728..b2f162c5d 100644 --- a/docs/Changes +++ b/docs/Changes @@ -1,5 +1,5 @@ -Anope Version 2.0.19-git ------------------------- +Anope Version 2.0.20 +-------------------- Fixed an escaped value that wasn't escaped enough in chanstats. Fixed not having a handler for the FNAME message on InspIRCd. Fixed os_stats reporting the SGLine expiry time as the SQLine expiry time. diff --git a/docs/Changes.conf b/docs/Changes.conf index 0bd854b8e..7eada4ed3 100644 --- a/docs/Changes.conf +++ b/docs/Changes.conf @@ -1,5 +1,5 @@ -Anope Version 2.0.20-git ------------------------- +Anope Version 2.0.20 +-------------------- No significant changes. Anope Version 2.0.19 diff --git a/src/version.sh b/src/version.sh index acf694ddc..d38310544 100644 --- a/src/version.sh +++ b/src/version.sh @@ -3,4 +3,4 @@ VERSION_MAJOR=2 VERSION_MINOR=0 VERSION_PATCH=20 -VERSION_EXTRA="-git" +VERSION_EXTRA=""