dev version update

This commit is contained in:
sandeep 2022-09-02 12:52:07 +05:30
parent e193e7c87e
commit 567a8c60a2

View File

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