diff --git a/system/src/Commands/MigrateCommand.php b/system/src/Commands/MigrateCommand.php index c5bf010c..a8a21016 100644 --- a/system/src/Commands/MigrateCommand.php +++ b/system/src/Commands/MigrateCommand.php @@ -22,7 +22,7 @@ class MigrateCommand extends Command $io = new SymfonyStyle($input, $output); require SYSTEM . 'migrate.php'; - $io->success('Migrated to latest version'); + $io->success('Migrated to latest version (' . DATABASE_VERSION . ')'); return Command::SUCCESS; } }