Bump BBCode version to 2020-12-18
This commit is contained in:
parent
0781f28ca6
commit
20d9dcf7ac
1 changed files with 1 additions and 1 deletions
|
@ -50,7 +50,7 @@ use Friendica\Util\XML;
|
||||||
class BBCode
|
class BBCode
|
||||||
{
|
{
|
||||||
// Update this value to the current date whenever changes are made to BBCode::convert
|
// Update this value to the current date whenever changes are made to BBCode::convert
|
||||||
const VERSION = '2020-12-06';
|
const VERSION = '2020-12-18';
|
||||||
|
|
||||||
const INTERNAL = 0;
|
const INTERNAL = 0;
|
||||||
const API = 2;
|
const API = 2;
|
||||||
|
|
Loading…
Reference in a new issue