diff --git a/internal/runner/banner.go b/internal/runner/banner.go index cfd6e90fd..e513aeb8b 100644 --- a/internal/runner/banner.go +++ b/internal/runner/banner.go @@ -11,7 +11,7 @@ const banner = ` ` // Version is the current version of nuclei -const Version = `1.1.1` +const Version = `1.1.2` // showBanner is used to show the banner to the user func showBanner() {