From 60a723ffabf03343989b45e89893a3a00250e8e1 Mon Sep 17 00:00:00 2001 From: sandeep Date: Thu, 24 Feb 2022 02:21:58 +0530 Subject: [PATCH] Update config.go --- 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 db455224..0034d0e2 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.6.2-dev` +const Version = `2.6.2` func getConfigDetails() (string, error) { homeDir, err := os.UserHomeDir()