diff --git a/core/banner.go b/core/banner.go index 5d9bdbce..3733c74f 100644 --- a/core/banner.go +++ b/core/banner.go @@ -2,7 +2,7 @@ package core const ( Name = "bettercap-ng" - Version = "2.0.0RC0" + Version = "2.0.0RC1" Author = "Simone 'evilsocket' Margaritelli" Website = "https://bettercap.org/" )