version update

dev
sandeep 2023-10-26 21:27:51 +05:30
parent 5c9af62037
commit 7aab84eae7
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.2-dev`
Version = `v3.0.2`
// Directory Names of custom templates
CustomS3TemplatesDirName = "s3"
CustomGitHubTemplatesDirName = "github"