update to build 389

add various global functions
This commit is contained in:
2021-03-18 16:36:28 +08:00
parent e77b9d4970
commit b6d1f724e9
4 changed files with 65 additions and 12 deletions

View File

@@ -18,8 +18,8 @@ use ZM\Utils\DataProvider;
class ConsoleApplication extends Application
{
const VERSION_ID = 388;
const VERSION = "2.3.1";
const VERSION_ID = 389;
const VERSION = "2.3.2";
public function __construct(string $name = 'UNKNOWN') {
define("ZM_VERSION_ID", self::VERSION_ID);