version update

dev
sandeep 2021-09-26 18:03:18 +05:30
parent 91fa16c067
commit 5cd9ce03df
1 changed files with 1 additions and 1 deletions

View File

@ -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()