From f0e5fec47d2fc7555a51f1c97d1106bf1e1a75cc Mon Sep 17 00:00:00 2001 From: slowlyo Date: Thu, 3 Oct 2024 21:15:08 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E5=A4=8D=E6=96=87=E5=AD=97?= =?UTF-8?q?=E9=94=99=E8=AF=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/Console/UpdateCommand.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Console/UpdateCommand.php b/src/Console/UpdateCommand.php index 8c23e74a..e7cf3c8d 100644 --- a/src/Console/UpdateCommand.php +++ b/src/Console/UpdateCommand.php @@ -263,7 +263,7 @@ public function version373() public function version400() { - $this->output->title('Update to version v3.7.3'); + $this->output->title('Update to version v4.0.0'); Database::make()->fillCodeGeneratorFields(); }