mirror of https://github.com/daffainfo/nuclei.git
go mod mismatch / sum fix
parent
e92a70da19
commit
268970363a
|
@ -32,7 +32,7 @@ type Config struct {
|
|||
const nucleiConfigFilename = ".templates-config.json"
|
||||
|
||||
// Version is the current version of nuclei
|
||||
const Version = `2.8.0`
|
||||
const Version = `2.8.1`
|
||||
|
||||
var customConfigDirectory string
|
||||
|
||||
|
|
Loading…
Reference in New Issue