From 73832708fdaec65250e9724e9bd141dcc2ba7654 Mon Sep 17 00:00:00 2001 From: bauthard <8293321+bauthard@users.noreply.github.com> Date: Tue, 14 Jul 2020 12:49:48 +0530 Subject: [PATCH] Update banner.go --- v2/internal/runner/banner.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/v2/internal/runner/banner.go b/v2/internal/runner/banner.go index bd82bbb8a1..f2ebcfa778 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.3` +const Version = `2.0.4` // showBanner is used to show the banner to the user func showBanner() {