From 79a1c99da77e9e9dc7dedbe5874a9442392f9ed9 Mon Sep 17 00:00:00 2001 From: sandeep <8293321+ehsandeep@users.noreply.github.com> Date: Thu, 4 May 2023 01:47:41 +0530 Subject: [PATCH] version update --- v2/pkg/catalog/config/constants.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/v2/pkg/catalog/config/constants.go b/v2/pkg/catalog/config/constants.go index bae2578f7..4fc82a4b8 100644 --- a/v2/pkg/catalog/config/constants.go +++ b/v2/pkg/catalog/config/constants.go @@ -16,7 +16,7 @@ const ( CLIConifgFileName = "config.yaml" ReportingConfigFilename = "reporting-config.yaml" // Version is the current version of nuclei - Version = `v2.9.3-dev` + Version = `v2.9.3` // Directory Names of custom templates CustomS3TemplatesDirName = "s3"