version update

This commit is contained in:
sandeep 2024-01-23 03:12:50 +05:30
parent 62f73fd7ef
commit b9e2665e9e

View File

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