From a6c4c7c9b62aa8f5735ed60d0ef2bd5244068a36 Mon Sep 17 00:00:00 2001 From: sandeep Date: Thu, 13 Jan 2022 17:53:04 +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 9861d8e18..283a8d4f8 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.5.8-dev` +const Version = `2.5.8` func getConfigDetails() (string, error) { homeDir, err := os.UserHomeDir()