From ee9f8b76515aa175f9dc514482151aea8605d63d Mon Sep 17 00:00:00 2001 From: sandeep Date: Sun, 24 Jul 2022 15:00:36 +0530 Subject: [PATCH] version update --- v2/pkg/catalog/config/config.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/v2/pkg/catalog/config/config.go b/v2/pkg/catalog/config/config.go index f154df11..28d9e345 100644 --- a/v2/pkg/catalog/config/config.go +++ b/v2/pkg/catalog/config/config.go @@ -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()