From d14393fd543a3c95e8a29a8c373c0909bfb93273 Mon Sep 17 00:00:00 2001 From: caffix Date: Thu, 20 Jul 2023 16:50:09 -0400 Subject: [PATCH] v4.0.2 release --- format/print.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/format/print.go b/format/print.go index 580ee020b..65a2401f4 100644 --- a/format/print.go +++ b/format/print.go @@ -32,7 +32,7 @@ const Banner = ` .+++:. : .+++. const ( // Version is used to display the current version of Amass. - Version = "v4.0.0" + Version = "v4.0.2" // Author is used to display the Amass Project Team. Author = "OWASP Amass Project - @owaspamass"