diff --git a/CHANGES.md b/CHANGES.md index f668244..d2322b8 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -6,6 +6,9 @@ OneForAll的更新日志格式基于[Keep a Changelog](https://keepachangelog.co OneForAll遵守[语义化版本格式](https://semver.org/)。 ## Unreleased +## [0.0.4](https://github.com/shmilylty/oneforall/releases/tag/v0.0.4) - 2019-08-11 +### 修复 +- 修复一些已知Bugs ## [0.0.3](https://github.com/shmilylty/oneforall/releases/tag/v0.0.3) - 2019-08-08 ### 修改 diff --git a/oneforall/oneforall.py b/oneforall/oneforall.py index 8354bbd..86c0b80 100644 --- a/oneforall/oneforall.py +++ b/oneforall/oneforall.py @@ -28,7 +28,7 @@ blue = '\033[01;34m' red = '\033[1;31m' end = '\033[0m' -version = white + '{' + red + 'v0.0.3#dev' + white + '}' +version = white + '{' + red + 'v0.0.4#dev' + white + '}' banner = f"""{yellow} ___ _ _ @@ -42,7 +42,7 @@ class OneForAll(object): """ OneForAll是一款功能强大的子域收集工具 - Version: 0.0.3 + Version: 0.0.4 Project: https://git.io/fjHT1 Example: