From b3e970405dbe05163b3d887522e7af9a3e6d6f26 Mon Sep 17 00:00:00 2001 From: bauthard <8293321+bauthard@users.noreply.github.com> Date: Thu, 18 Jun 2020 19:19:28 +0530 Subject: [PATCH] version update --- 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 e07265dd..2f31ecee 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.5` +const Version = `1.1.6` // showBanner is used to show the banner to the user func showBanner() {