From 4e390dbccff31b700942783a8a9ddee92a626ce2 Mon Sep 17 00:00:00 2001 From: sandeep <8293321+ehsandeep@users.noreply.github.com> Date: Wed, 28 Apr 2021 10:55:33 +0530 Subject: [PATCH] Version update --- v2/internal/runner/banner.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/v2/internal/runner/banner.go b/v2/internal/runner/banner.go index b440ac342..9bf0929ba 100644 --- a/v2/internal/runner/banner.go +++ b/v2/internal/runner/banner.go @@ -7,11 +7,11 @@ const banner = ` ____ __ _______/ /__ (_) / __ \/ / / / ___/ / _ \/ / / / / / /_/ / /__/ / __/ / - /_/ /_/\__,_/\___/_/\___/_/ v2.3.4 + /_/ /_/\__,_/\___/_/\___/_/ v2.3.5 ` // Version is the current version of nuclei -const Version = `2.3.4` +const Version = `2.3.5` // showBanner is used to show the banner to the user func showBanner() {