From 5a6a7143f206da2b4654c02f11b6654d32001721 Mon Sep 17 00:00:00 2001 From: Simone Margaritelli Date: Fri, 18 Oct 2019 15:39:39 +0200 Subject: [PATCH] Releasing v2.26 --- core/banner.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/banner.go b/core/banner.go index 6deba5c7..4cb58a73 100644 --- a/core/banner.go +++ b/core/banner.go @@ -2,7 +2,7 @@ package core const ( Name = "bettercap" - Version = "2.25" + Version = "2.26" Author = "Simone 'evilsocket' Margaritelli" Website = "https://bettercap.org/" )