mirror of https://github.com/daffainfo/nuclei.git
dev: version update
parent
7c8137cfff
commit
2d1c96a338
|
@ -27,7 +27,7 @@ type Config struct {
|
|||
const nucleiConfigFilename = ".templates-config.json"
|
||||
|
||||
// Version is the current version of nuclei
|
||||
const Version = `2.6.0`
|
||||
const Version = `2.6.1-dev`
|
||||
|
||||
func getConfigDetails() (string, error) {
|
||||
homeDir, err := os.UserHomeDir()
|
||||
|
|
Loading…
Reference in New Issue