Skip to content

Commit f0c5c49

Browse files
committed
chore: clean up for v4 release
1 parent 2a373a2 commit f0c5c49

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Core.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -337,7 +337,7 @@ public static function loadConsole($externalCommands = [])
337337

338338
\Leaf\Database::connect();
339339

340-
$console = new \Aloe\Console('v4.x-BETA');
340+
$console = new \Aloe\Console('v4.0');
341341

342342
if (\Leaf\FS\Directory::exists(static::$paths['commands'])) {
343343
$consolePath = static::$paths['commands'];

0 commit comments

Comments
 (0)