version update

This commit is contained in:
sandeep 2024-05-25 02:52:49 +05:30
parent b4f0bd6a2f
commit f43588dcd2

View File

@ -31,7 +31,7 @@ const (
CLIConfigFileName = "config.yaml"
ReportingConfigFilename = "reporting-config.yaml"
// Version is the current version of nuclei
Version = `v3.2.8-dev`
Version = `v3.2.8`
// Directory Names of custom templates
CustomS3TemplatesDirName = "s3"
CustomGitHubTemplatesDirName = "github"