version update

dev
sandeep 2023-01-02 13:59:51 +05:30
parent 34120fbecc
commit b6ec247701
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.4-dev`
const Version = `2.8.4`
var customConfigDirectory string