更新版本提示优先自定义的路径

This commit is contained in:
augushong
2024-10-15 13:25:31 +08:00
parent 9128194891
commit afd8b81712
2 changed files with 7 additions and 3 deletions

View File

@@ -12,14 +12,14 @@ use think\console\Output;
class VersionBase extends Command
{
public const VERSION = 'v2.0.106';
public const VERSION = 'v2.0.107';
public const PRODUCT_VERSION = '';
public const LAYUI_VERSION = '2.8.17';
public const COMMENT = [
'修复更新底层机制错误',
'更新版本提示优先自定义的路径',
'发布新版本',
];