From 8f6e515f7ba7164a0154fa808c9adceb34329cea Mon Sep 17 00:00:00 2001 From: Chaim Date: Thu, 16 Jul 2020 03:45:55 +0800 Subject: [PATCH] =?UTF-8?q?-=20=E9=80=9A=E7=9F=A5=E7=AD=BE=E5=90=8D?= =?UTF-8?q?=E8=A7=84=E5=88=99=E5=92=8C=E5=8A=A0=E5=AF=86=E6=96=B9=E6=B3=95?= =?UTF-8?q?=EF=BC=8C=E4=BD=BF=E7=94=A8aes=E6=96=B9=E5=BC=8F=20-=20?= =?UTF-8?q?=E6=9B=B4=E6=96=B0IP=E6=95=B0=E6=8D=AE=E5=BA=93?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/common.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/common.php b/src/common.php index 7494672..ceba0e4 100644 --- a/src/common.php +++ b/src/common.php @@ -28,7 +28,7 @@ use think\db\exception\ModelNotFoundException; /** * 定义当前版本 */ -const VERSION = '6.0.82'; +const VERSION = '6.0.83'; if (!function_exists('get_ip_info')) { /**