version update

dev
sandeep 2022-07-24 15:00:36 +05:30
parent ae5bc2b269
commit ee9f8b7651
1 changed files with 1 additions and 1 deletions

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.4`
const Version = `2.7.5`
func getConfigDetails() (string, error) {
configDir, err := GetConfigDir()