version update

This commit is contained in:
sandeep 2023-12-21 18:18:58 +05:30
parent 00edf0c7ec
commit c60b7f02f2

View File

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