version update

This commit is contained in:
sandeep 2023-08-02 17:58:58 +05:30
parent c9edfdd4e9
commit bd9e75d9bd

View File

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