dev version update

This commit is contained in:
sandeep 2021-12-09 15:23:24 +05:30
parent 10cf1053f8
commit 28b197d79f

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.4`
const Version = `2.5.5-dev`
func getConfigDetails() (string, error) {
homeDir, err := os.UserHomeDir()