version update

This commit is contained in:
sandeep 2023-05-04 01:47:41 +05:30
parent 37aaa5ebaa
commit 79a1c99da7

View File

@ -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"