From: Michael Date: Wed, 28 Jul 2021 10:18:34 +0000 (+0000) Subject: Increased version X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=6f40904ea104ec3e24d0d90d8a18b84c965155df;p=friendica.git Increased version --- 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;