From b6af6ffc8bf34cd1db5043b28837be8eb73fe3ed Mon Sep 17 00:00:00 2001 From: evilsocket Date: Sun, 7 Jan 2018 18:11:58 +0100 Subject: [PATCH] fix: fixed banner --- core/banner.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/core/banner.go b/core/banner.go index d3eaf4b5..c281bfea 100644 --- a/core/banner.go +++ b/core/banner.go @@ -1,8 +1,8 @@ package core const ( - Name = "bettercap" - Version = "2.0.0a" + Name = "bettercap-ng" + Version = "1.0.0" Author = "Simone 'evilsocket' Margaritelli" Website = "https://bettercap.org/" )