Skip to content

Commit

Permalink
feat: bump version to 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
zema1 committed Aug 19, 2024
1 parent 8588e64 commit 9e6cda7
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -332,6 +332,10 @@ $ ./watchvuln --dt DINGDING_ACCESS_TOKEN --ds DINGDING_SECRET --wk WECHATWORK_KE
</details>
## 配置文件
进入查看详情 [使用配置文件](CONFIG.md)
## 数据库连接
默认使用 sqlite3 作为数据库,数据库文件为 `vuln_v3.sqlite3`,如果需要使用其他数据库,可以通过 `--db`
Expand Down
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ import (
)

var log = golog.Child("[main]")
var Version = "v1.9.0"
var Version = "v2.0.0"

func main() {
golog.Default.SetLevel("info")
Expand Down

0 comments on commit 9e6cda7

Please sign in to comment.