version update

dev
sandeep 2023-10-19 19:10:29 +05:30
parent f4e46f4773
commit 990cec0de1
1 changed files with 1 additions and 1 deletions

View File

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