dev update

This commit is contained in:
sandeep 2021-10-21 06:20:40 +05:30
parent f260ed6da7
commit fdb7c0d6cd

View File

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