From 28b197d79fd584b672a42a47a273f9e6a8153c18 Mon Sep 17 00:00:00 2001 From: sandeep Date: Thu, 9 Dec 2021 15:23:24 +0530 Subject: [PATCH] dev version 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 bb5cfb24f..280ea43f7 100644 --- a/v2/pkg/catalog/config/config.go +++ b/v2/pkg/catalog/config/config.go @@ -26,7 +26,7 @@ type Config struct { const nucleiConfigFilename = ".templates-config.json" // Version is the current version of nuclei -const Version = `2.5.4` +const Version = `2.5.5-dev` func getConfigDetails() (string, error) { homeDir, err := os.UserHomeDir()