Skip to content

Commit 6b2b38e

Browse files
Zetao YangZetao Yang
authored andcommitted
修复匹配字段为0时empty判断出错的bug
1 parent ce76d50 commit 6b2b38e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/phpspider.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ class phpspider
3838
* 版本号
3939
* @var string
4040
*/
41-
const VERSION = '2.0.7';
41+
const VERSION = '2.1.0';
4242

4343
/**
4444
* 爬虫爬取每个网页的时间间隔,0表示不延时, 单位: 毫秒

0 commit comments

Comments
 (0)