From 1297c883a604ec7b2491416584388526302b9b8c Mon Sep 17 00:00:00 2001 From: sandeep Date: Sat, 18 Dec 2021 19:43:52 +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 0ac5a5ffd..e1eaab253 100644 --- a/v2/pkg/catalog/config/config.go +++ b/v2/pkg/catalog/config/config.go @@ -26,7 +26,7 @@ type Config struct { const nucleiConfigFilename = ".templates-config.json" // Version is the current version of nuclei -const Version = `2.5.6-dev` +const Version = `2.5.6` func getConfigDetails() (string, error) { homeDir, err := os.UserHomeDir()