Increased version

This commit is contained in:
Michael 2021-07-28 10:18:34 +00:00
parent d58eaa13d1
commit 6f40904ea1
1 changed files with 1 additions and 1 deletions

View File

@ -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;