Update constants.go

This commit is contained in:
PDTeamX 2025-08-23 19:51:23 +05:30
parent 00f4595f0b
commit 5e9ada23b2

View File

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