version update

dev
sandeep 2022-01-23 13:18:06 +05:30
parent 3091e7075f
commit aa695c4197
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-dev`
const Version = `2.5.9`
func getConfigDetails() (string, error) {
homeDir, err := os.UserHomeDir()