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