From 56a15efe3f35420182ffdd08b2305951b3482b8d Mon Sep 17 00:00:00 2001 From: Steven Nguyen Date: Thu, 28 Aug 2025 14:04:43 -0700 Subject: [PATCH] chore: bump appwrite version to 1.8.0 --- src/Appwrite/Migration/Migration.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Appwrite/Migration/Migration.php b/src/Appwrite/Migration/Migration.php index 2d82b9c486..588b193df4 100644 --- a/src/Appwrite/Migration/Migration.php +++ b/src/Appwrite/Migration/Migration.php @@ -89,7 +89,7 @@ abstract class Migration '1.7.2' => 'V22', '1.7.3' => 'V22', '1.7.4' => 'V22', - '1.8.0' => 'V23' + '1.8.0' => 'V23', ]; /**