Skip to content

Commit dc7e730

Browse files
committed
update version number
1 parent ad81921 commit dc7e730

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -215,7 +215,7 @@ You can join the group chat or add my [Ali0th](https://github.com/Martin2877) fr
215215

216216
## Update log
217217

218-
### Second version
218+
### v0.5.x
219219

220220
The first version implements the general framework, but in order to achieve no dependency, the overall packaging is difficult, the volume is large, and the expansion capability is insufficient. The second version needs to be optimized. The analysis capability is increased through DSL syntax and python jupyter, and the expansion capability is achieved through grpc.
221221

@@ -225,7 +225,7 @@ The first version implements the general framework, but in order to achieve no d
225225
- [x] Jupyter traffic packet analysis function
226226
- [x] grpc implementation
227227

228-
### First version
228+
### v0.3.x
229229

230230
- [x] Basic framework implementation
231231

README_zh-cn.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -215,7 +215,7 @@ type Plugin interface {
215215

216216
## 更新日志
217217

218-
### 第二版本
218+
### v0.5.x
219219

220220
第一版本实现大体的框架,但为了实现无依赖导致整体打包困难、体积较大,且扩展能力不足等问题,第二部版本需要进行优化。通过 DSL 语法和 python jupyter 增加分析能力,通过 grpc 实现扩展能力。
221221

@@ -225,7 +225,7 @@ type Plugin interface {
225225
- [x] jupyter分析流量包功能
226226
- [x] grpc 实现
227227

228-
### 第一版本
228+
### v0.3.x
229229

230230
- [x] 基本框架实现
231231

backend/pkg/conf/default.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ const ConfigFileName = "config.yaml"
5454
const ServiceName = "blue-team-analysis-box"
5555
const Website = "https://github.com/Martin2877"
5656

57-
const Version = "0.3.2"
57+
const Version = "0.5.0"
5858
const Banner = `
5959
██████ ██████████ ██ ██████
6060
░█░░░░██ ░░░░░██░░░ ████ ░█░░░░██

0 commit comments

Comments
 (0)