dev version update

dev
sandeep 2021-12-18 19:58:59 +05:30
parent b2f20c9879
commit 2f00e27bd1
1 changed files with 1 additions and 1 deletions

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