From 5f1f7176bae60975c1e5be64273cb201f1bb37c3 Mon Sep 17 00:00:00 2001 From: caffix Date: Sun, 10 Sep 2023 16:40:57 -0400 Subject: [PATCH] v4.2.0 release --- format/print.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/format/print.go b/format/print.go index 744bc0f5..b5bffcbe 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.1.0" + Version = "v4.2.0" // Author is used to display the Amass Project Team. Author = "OWASP Amass Project - @owaspamass"