diff --git a/internal/runner/banner.go b/internal/runner/banner.go index e3c4b4277..abfb6f055 100644 --- a/internal/runner/banner.go +++ b/internal/runner/banner.go @@ -7,11 +7,11 @@ const banner = ` ____ __ _______/ /__ (_) / __ \/ / / / ___/ / _ \/ / / / / / /_/ / /__/ / __/ / - /_/ /_/\__,_/\___/_/\___/_/ v2.1 + /_/ /_/\__,_/\___/_/\___/_/ v2.1.1 ` // Version is the current version of nuclei -const Version = `2.1.0` +const Version = `2.1.1` // showBanner is used to show the banner to the user func showBanner() {