diff --git a/src/Appwrite/Migration/Migration.php b/src/Appwrite/Migration/Migration.php index 7cc821243f..67501ff1ac 100644 --- a/src/Appwrite/Migration/Migration.php +++ b/src/Appwrite/Migration/Migration.php @@ -44,6 +44,7 @@ abstract class Migration '0.9.3' => 'V08', '0.9.4' => 'V08', '0.10.0' => 'V08', // TODO Eldad: `I need this to pass the tests` + '0.11.0' => 'V08', // TODO Eldad: `I need this to pass the tests` ]; /**