From 38f448d352b92a2a8267e9afdc3ff46bc05d5f4a Mon Sep 17 00:00:00 2001 From: sandeep <8293321+ehsandeep@users.noreply.github.com> Date: Sun, 2 Apr 2023 15:26:32 +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 b7cdf6995..ad0b04cc7 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.9.1` +const Version = `2.9.2-dev` var customConfigDirectory string