mirror of
https://we.phorge.it/source/phorge.git
synced 2024-11-10 08:52:39 +01:00
Bump markup engine version to clear old "Navigation Sequence" elements
Summary: The tag/shade stuff changed, so purge older markup (like Diviner documents). Test Plan: {F4972666} Reviewers: chad Reviewed By: chad Differential Revision: https://secure.phabricator.com/D17998
This commit is contained in:
parent
b164d2d04b
commit
20e7f7d0e2
1 changed files with 1 additions and 1 deletions
|
@ -42,7 +42,7 @@ final class PhabricatorMarkupEngine extends Phobject {
|
|||
private $objects = array();
|
||||
private $viewer;
|
||||
private $contextObject;
|
||||
private $version = 16;
|
||||
private $version = 17;
|
||||
private $engineCaches = array();
|
||||
private $auxiliaryConfig = array();
|
||||
|
||||
|
|
Loading…
Reference in a new issue