From ba5e0b4ae496e6dae80509dfc891f8239eb0255a Mon Sep 17 00:00:00 2001 From: Damodar Lohani Date: Wed, 21 Dec 2022 05:43:10 +0000 Subject: [PATCH] bump version --- src/Appwrite/Migration/Version/V17.php | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/Appwrite/Migration/Version/V17.php b/src/Appwrite/Migration/Version/V17.php index b6af07bb03..9e56b886d1 100644 --- a/src/Appwrite/Migration/Version/V17.php +++ b/src/Appwrite/Migration/Version/V17.php @@ -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.