mirror of
https://github.com/zhamao-robot/zhamao-framework.git
synced 2026-07-25 17:45:34 +08:00
update to version 2.3.2 (build 394)
fix mysql error bugs
This commit is contained in:
@@ -18,8 +18,8 @@ use ZM\Utils\DataProvider;
|
|||||||
|
|
||||||
class ConsoleApplication extends Application
|
class ConsoleApplication extends Application
|
||||||
{
|
{
|
||||||
const VERSION_ID = 388;
|
const VERSION_ID = 394;
|
||||||
const VERSION = "2.3.1";
|
const VERSION = "2.3.2";
|
||||||
|
|
||||||
public function __construct(string $name = 'UNKNOWN') {
|
public function __construct(string $name = 'UNKNOWN') {
|
||||||
define("ZM_VERSION_ID", self::VERSION_ID);
|
define("ZM_VERSION_ID", self::VERSION_ID);
|
||||||
|
|||||||
Reference in New Issue
Block a user