Skip to content

Commit

Permalink
update version number
Browse files Browse the repository at this point in the history
  • Loading branch information
Martin2877 committed Jul 3, 2024
1 parent ad81921 commit dc7e730
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -215,7 +215,7 @@ You can join the group chat or add my [Ali0th](https://github.com/Martin2877) fr

## Update log

### Second version
### v0.5.x

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.

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

### First version
### v0.3.x

- [x] Basic framework implementation

Expand Down
4 changes: 2 additions & 2 deletions README_zh-cn.md
Original file line number Diff line number Diff line change
Expand Up @@ -215,7 +215,7 @@ type Plugin interface {

## 更新日志

### 第二版本
### v0.5.x

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

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

### 第一版本
### v0.3.x

- [x] 基本框架实现

Expand Down
2 changes: 1 addition & 1 deletion backend/pkg/conf/default.go
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ const ConfigFileName = "config.yaml"
const ServiceName = "blue-team-analysis-box"
const Website = "https://github.com/Martin2877"

const Version = "0.3.2"
const Version = "0.5.0"
const Banner = `
██████ ██████████ ██ ██████
░█░░░░██ ░░░░░██░░░ ████ ░█░░░░██
Expand Down

0 comments on commit dc7e730

Please sign in to comment.