From 45dc00b12fdac1e793aa6e16e55b51f455e6ec50 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=98=BF=E7=8F=8F?= <32321958+178146582@users.noreply.github.com> Date: Wed, 16 May 2018 09:47:53 +0800 Subject: [PATCH] =?UTF-8?q?1.21=E7=89=88=E6=9C=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- index.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/index.php b/index.php index b529126..22a670f 100644 --- a/index.php +++ b/index.php @@ -6,7 +6,7 @@ define('APP_PATH', __DIR__ . '/'); define('APP_DEBUG', false); //幻想领域版本 -define('APP_VERSION', 1.2); +define('APP_VERSION', 1.21); // 加载函数库文件 require(APP_PATH . 'framework/helpers/function.base.php'); @@ -15,4 +15,4 @@ require(APP_PATH . 'framework/helpers/function.base.php'); require(APP_PATH . 'framework/core/Framework.php'); // 实例化框架类 -new framework\core\Framework(); \ No newline at end of file +new framework\core\Framework();