From 41516288d00883c912b72c759fef01223b827a2e Mon Sep 17 00:00:00 2001 From: caffix Date: Tue, 20 Jun 2023 17:57:11 -0400 Subject: [PATCH] v3.23.3 release --- format/print.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/format/print.go b/format/print.go index 50804c0d2..323c8fd22 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.2" + Version = "v3.23.3" // Author is used to display the Amass Project Team. Author = "OWASP Amass Project - @owaspamass"