From 7e80dec5e74bc47e4d6b457323a6cd1346b7ec21 Mon Sep 17 00:00:00 2001 From: sandeep Date: Wed, 1 Sep 2021 21:07:37 +0530 Subject: [PATCH] dev update --- v2/pkg/catalog/config/config.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/v2/pkg/catalog/config/config.go b/v2/pkg/catalog/config/config.go index 503aa6811..1ebfaaf51 100644 --- a/v2/pkg/catalog/config/config.go +++ b/v2/pkg/catalog/config/config.go @@ -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()