Update config.go

dev
sandeep 2022-02-24 02:21:58 +05:30
parent e4d17bff67
commit 60a723ffab
1 changed files with 1 additions and 1 deletions

View File

@ -27,7 +27,7 @@ type Config struct {
const nucleiConfigFilename = ".templates-config.json"
// Version is the current version of nuclei
const Version = `2.6.2-dev`
const Version = `2.6.2`
func getConfigDetails() (string, error) {
homeDir, err := os.UserHomeDir()