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"