version update

This commit is contained in:
sandeep 2024-09-28 19:06:40 +04:00
parent 1f945d6d50
commit d1614857bd

View File

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