version update

dev
sandeep 2022-06-03 03:02:11 +05:30
parent 577b49e8df
commit 900addc43f
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.1`
const Version = `2.7.2`
func getConfigDetails() (string, error) {
configDir, err := GetConfigDir()