From 7f28c048a60194b742fcd9aba20f67a822ac452b Mon Sep 17 00:00:00 2001 From: sandeep Date: Wed, 22 Jun 2022 00:45:08 +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 12cdb38d3..18c069c86 100644 --- a/v2/pkg/catalog/config/config.go +++ b/v2/pkg/catalog/config/config.go @@ -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()