version update

dev
sandeep 2022-02-22 13:14:02 +05:30
parent 94d8c1d8e8
commit 35e91a771d
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.1-dev`
const Version = `2.6.1`
func getConfigDetails() (string, error) {
homeDir, err := os.UserHomeDir()