From 268970363a3139988928f6a6d00df1495cb2ba3e Mon Sep 17 00:00:00 2001 From: sandeep <8293321+ehsandeep@users.noreply.github.com> Date: Tue, 6 Dec 2022 02:35:25 +0530 Subject: [PATCH] go mod mismatch / sum fix --- 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 fc0da4d40a..722aec3d80 100644 --- a/v2/pkg/catalog/config/config.go +++ b/v2/pkg/catalog/config/config.go @@ -32,7 +32,7 @@ type Config struct { const nucleiConfigFilename = ".templates-config.json" // Version is the current version of nuclei -const Version = `2.8.0` +const Version = `2.8.1` var customConfigDirectory string