From b9e7772af6d910cadb51b90803a4baa00a1f1239 Mon Sep 17 00:00:00 2001 From: sandeep Date: Sun, 25 Jul 2021 17:12:14 +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 372b90d65..5480062f6 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.4.0` +const Version = `2.4.1` func getConfigDetails() (string, error) { homeDir, err := os.UserHomeDir()