调整更新的文件替换逻辑;

This commit is contained in:
2023-09-20 22:43:45 +08:00
parent 37af3facd2
commit f9d635698a
2 changed files with 16 additions and 17 deletions

View File

@@ -14,12 +14,12 @@ use think\facade\App;
class Version extends Command
{
public const VERSION = 'v2.0.32';
public const VERSION = 'v2.0.33';
public const LAYUI_VERSION = '2.8.16';
public const COMMENT = [
'重新集成数据库迁移工具',
'调整更新的文件替换逻辑;',
];
protected function configure()