Merge branch 'dev' into feat-5239-no-singleton

This commit is contained in:
Mzack9999 2025-05-08 23:16:26 +02:00
commit 781ca16eeb

View File

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