From 39ba16e5ab752266b857c1d62b4e830bd44925c3 Mon Sep 17 00:00:00 2001 From: Zetao Yang Date: Tue, 8 Aug 2017 12:58:32 +0800 Subject: [PATCH] create get_config function --- core/phpspider.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/phpspider.php b/core/phpspider.php index 973c089..6c618f7 100644 --- a/core/phpspider.php +++ b/core/phpspider.php @@ -47,7 +47,7 @@ class phpspider * 版本号 * @var string */ - const VERSION = '2.0.5'; + const VERSION = '2.0.6'; /** * 爬虫爬取每个网页的时间间隔,0表示不延时, 单位: 毫秒