From 7694f7b24f16acec11f3a88113aa555c07f74c9d Mon Sep 17 00:00:00 2001 From: Chaim Date: Sun, 12 Jul 2020 23:04:20 +0800 Subject: [PATCH] =?UTF-8?q?-=20=E4=BC=98=E5=8C=96=E6=8F=8F=E8=BF=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 3 +++ src/common.php | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3ac9518..28b00ca 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,6 @@ +## v6.0.80 / 2020-07-12 +- 优化描述 + ## v6.0.79 / 2020-07-12 - 优化标准Api控制器基类 - 优化描述 diff --git a/src/common.php b/src/common.php index 0a087fb..b6e6e04 100644 --- a/src/common.php +++ b/src/common.php @@ -28,7 +28,7 @@ use think\db\exception\ModelNotFoundException; /** * 定义当前版本 */ -const VERSION = '6.0.79'; +const VERSION = '6.0.80'; if (!function_exists('get_ip_info')) { /**