version update

dev
sandeep 2022-08-13 01:26:43 -07:00
parent addf4fe5cf
commit 3193bf8f94
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.5-dev`
const Version = `2.7.6`
func getConfigDetails() (string, error) {
configDir, err := GetConfigDir()