go mod mismatch / sum fix

dev
sandeep 2022-12-06 02:35:25 +05:30
parent e92a70da19
commit 268970363a
1 changed files with 1 additions and 1 deletions

View File

@ -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