dev version update

dev
sandeep 2022-01-23 14:25:28 +05:30
parent aa695c4197
commit 49ed4d2b93
1 changed files with 1 additions and 1 deletions

View File

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