1
0
Fork 0
mirror of synced 2024-07-07 23:46:11 +12:00

bump version

This commit is contained in:
Damodar Lohani 2022-12-21 05:43:10 +00:00
parent 82d20233e2
commit ba5e0b4ae4

View file

@ -75,6 +75,12 @@ class V17 extends Migration
protected function fixDocument(Document $document)
{
switch ($document->getCollection()) {
case 'projects':
/**
* Bump version number.
*/
$document->setAttribute('version', '1.2.0');
break;
case 'users':
/**
* Bump version number.