From d325b211f2a0cd24c093201f29cbbbf91da9e20c Mon Sep 17 00:00:00 2001 From: Ice3man Date: Mon, 6 Apr 2020 16:02:33 +0530 Subject: [PATCH] Update banner.go --- internal/runner/banner.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/internal/runner/banner.go b/internal/runner/banner.go index f246d2601..7a364bc89 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.0.0` +const Version = `1.1.0` // showBanner is used to show the banner to the user func showBanner() {