diff --git a/v2/pkg/catalog/config/config.go b/v2/pkg/catalog/config/config.go index 0034d0e2..caf5dd9e 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.2` +const Version = `2.6.3-dev` func getConfigDetails() (string, error) { homeDir, err := os.UserHomeDir()