fix dbType bug

This commit is contained in:
Jerry
2023-06-07 13:08:26 +08:00
committed by Jerry Ma
parent c254aa51bf
commit 033088d06d
2 changed files with 3 additions and 3 deletions

View File

@@ -50,7 +50,7 @@ class Framework
public const VERSION_ID = 721;
/** @var string 版本名称 */
public const VERSION = '3.2.0';
public const VERSION = '3.2.1';
/**
* @var RuntimePreferences 运行时偏好(环境信息&参数)