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