From 6f40904ea104ec3e24d0d90d8a18b84c965155df Mon Sep 17 00:00:00 2001 From: Michael Date: Wed, 28 Jul 2021 10:18:34 +0000 Subject: [PATCH] Increased version --- src/Content/Text/BBCode.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Content/Text/BBCode.php b/src/Content/Text/BBCode.php index 200c951de3..cd433bdbb8 100644 --- a/src/Content/Text/BBCode.php +++ b/src/Content/Text/BBCode.php @@ -51,7 +51,7 @@ use Friendica\Util\XML; class BBCode { // Update this value to the current date whenever changes are made to BBCode::convert - const VERSION = '2021-07-13'; + const VERSION = '2021-07-28'; const INTERNAL = 0; const EXTERNAL = 1;