diff --git a/v2/pkg/catalog/config/config.go b/v2/pkg/catalog/config/config.go index ba256d6c..4032b143 100644 --- a/v2/pkg/catalog/config/config.go +++ b/v2/pkg/catalog/config/config.go @@ -32,7 +32,7 @@ type Config struct { const nucleiConfigFilename = ".templates-config.json" // Version is the current version of nuclei -const Version = `2.8.4-dev` +const Version = `2.8.4` var customConfigDirectory string