From 8228ba83fc94a9854e4282cedcb7650707305b91 Mon Sep 17 00:00:00 2001 From: yangzetao Date: Wed, 18 Oct 2017 11:53:47 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9set=5Fproxies=20=E4=B8=BA=20p?= =?UTF-8?q?roxy=EF=BC=8C=E6=94=AF=E6=8C=81=E4=BC=A0=E5=85=A5=E4=BB=A3?= =?UTF-8?q?=E7=90=86=E5=AD=97=E7=AC=A6=E4=B8=B2=E5=92=8C=E6=95=B0=E7=BB=84?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- core/phpspider.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/phpspider.php b/core/phpspider.php index a92ea5c..a3e8113 100644 --- a/core/phpspider.php +++ b/core/phpspider.php @@ -38,7 +38,7 @@ class phpspider * 版本号 * @var string */ - const VERSION = '2.1.1'; + const VERSION = '2.1.2'; /** * 爬虫爬取每个网页的时间间隔,0表示不延时, 单位: 毫秒