dev update

dev
sandeep 2021-09-01 21:07:37 +05:30
parent b623ca8ace
commit 7e80dec5e7
1 changed files with 1 additions and 1 deletions

View File

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