dev: version update

dev
sandeep 2022-02-05 21:13:26 +05:30
parent 7c8137cfff
commit 2d1c96a338
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.6.0`
const Version = `2.6.1-dev`
func getConfigDetails() (string, error) {
homeDir, err := os.UserHomeDir()