From e5627ced2b68f171950472fb44e8d1b4cd922c2a Mon Sep 17 00:00:00 2001 From: caffix Date: Tue, 9 May 2023 10:33:51 -0400 Subject: [PATCH] v3.23.2 release --- format/print.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/format/print.go b/format/print.go index 9afbb7893..50804c0d2 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 = "v3.23.1" + Version = "v3.23.2" // Author is used to display the Amass Project Team. Author = "OWASP Amass Project - @owaspamass"