version update

dev
sandeep 2021-07-25 17:12:14 +05:30
parent 20e519ec04
commit b9e7772af6
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.4.0`
const Version = `2.4.1`
func getConfigDetails() (string, error) {
homeDir, err := os.UserHomeDir()