From 2d1c96a33870a6ee3327f98ebf2484f45e9e6396 Mon Sep 17 00:00:00 2001 From: sandeep Date: Sat, 5 Feb 2022 21:13:26 +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 bb2bf777..2a83fb95 100644 --- a/v2/pkg/catalog/config/config.go +++ b/v2/pkg/catalog/config/config.go @@ -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()