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