From fbdb97b6884e0ac01526c9c555a1e4a37533fa95 Mon Sep 17 00:00:00 2001 From: Rui Chen Date: Sat, 6 Sep 2025 17:16:33 -0400 Subject: [PATCH] fix: bump version to match with release Signed-off-by: Rui Chen --- internal/afmt/print.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/internal/afmt/print.go b/internal/afmt/print.go index 38d34c35a..872358710 100644 --- a/internal/afmt/print.go +++ b/internal/afmt/print.go @@ -31,7 +31,7 @@ const Banner = ` .+++:. : .+++. const ( // Version is used to display the current version of Amass. - Version = "v5.0.0" + Version = "v5.0.1" // Author is used to display the Amass Project Team. Author = "OWASP Amass Project - @owaspamass"