From 09caa4dd37f619b21371a74e29c1464b3a8d0a01 Mon Sep 17 00:00:00 2001 From: evilsocket Date: Thu, 4 Oct 2018 14:14:51 +0200 Subject: [PATCH] Releasing v2.10 --- core/banner.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/banner.go b/core/banner.go index 2d95490c..7e68fc4d 100644 --- a/core/banner.go +++ b/core/banner.go @@ -2,7 +2,7 @@ package core const ( Name = "bettercap" - Version = "2.9" + Version = "2.10" Author = "Simone 'evilsocket' Margaritelli" Website = "https://bettercap.org/" )