version update

This commit is contained in:
sandeep 2024-01-31 04:10:00 +05:30
parent 93b66af9fb
commit b23e176ee9

View File

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