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