From c1b93b82380cb2d97b7d40c0a494b2302fe2dd4f Mon Sep 17 00:00:00 2001 From: Simone Margaritelli Date: Fri, 12 Mar 2021 15:02:07 +0100 Subject: [PATCH] releasing v2.30 --- core/banner.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/banner.go b/core/banner.go index 2a810015..e08c58c1 100644 --- a/core/banner.go +++ b/core/banner.go @@ -2,7 +2,7 @@ package core const ( Name = "bettercap" - Version = "2.29" + Version = "2.30" Author = "Simone 'evilsocket' Margaritelli" Website = "https://bettercap.org/" )