Update config.go

This commit is contained in:
sandeep 2023-04-02 15:26:32 +05:30
parent e6bd5db6fb
commit 38f448d352

View File

@ -32,7 +32,7 @@ type Config struct {
const nucleiConfigFilename = ".templates-config.json"
// Version is the current version of nuclei
const Version = `2.9.1`
const Version = `2.9.2-dev`
var customConfigDirectory string