version update

This commit is contained in:
sandeep 2024-07-15 21:58:53 +05:30
parent 6c32eb7d1e
commit efc01c90c5

View File

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