version update

dev
sandeep 2022-06-22 00:45:08 +05:30
parent 0b351e83f3
commit 7f28c048a6
1 changed files with 1 additions and 1 deletions

View File

@ -27,7 +27,7 @@ type Config struct {
const nucleiConfigFilename = ".templates-config.json"
// Version is the current version of nuclei
const Version = `2.7.2`
const Version = `2.7.3`
func getConfigDetails() (string, error) {
configDir, err := GetConfigDir()