From 8ec7a3e0e26c68acf447d62bc7d81dd08abd3ce7 Mon Sep 17 00:00:00 2001 From: kiddyuchina <58631254@qq.com> Date: Thu, 27 Apr 2017 18:28:13 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=AD=A3=E6=95=B0=E6=8D=AE=E5=BA=93?= =?UTF-8?q?=E7=B1=BBbug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/chs/changelog.md | 4 ++++ src/Beanbun.php | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/docs/chs/changelog.md b/docs/chs/changelog.md index f4f81d0..215b380 100644 --- a/docs/chs/changelog.md +++ b/docs/chs/changelog.md @@ -1,3 +1,7 @@ +## [版本 1.0.3](https://github.com/kiddyuchina/Beanbun/releases/tag/1.0.3) (2017-4-27) + +- 修改数据库类bug + ## [版本 1.0.2](https://github.com/kiddyuchina/Beanbun/releases/tag/1.0.2) (2017-4-27) - 内存队列增加布隆过滤器算法记录已爬取网页,并默认使用布隆过滤器 diff --git a/src/Beanbun.php b/src/Beanbun.php index 8f46323..b375982 100644 --- a/src/Beanbun.php +++ b/src/Beanbun.php @@ -10,7 +10,7 @@ class Beanbun { - const VERSION = '1.0.2'; + const VERSION = '1.0.3'; public $id = null; public $name = null;