From de8710f854c5483cb8a75396ae5b1528ffd4dc4a Mon Sep 17 00:00:00 2001 From: iceman1001 Date: Thu, 21 May 2020 22:24:00 +0200 Subject: [PATCH] bleeding edge bae! --- client/src/proxmark3.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/src/proxmark3.c b/client/src/proxmark3.c index 1e2be44ba..f50a15b7f 100644 --- a/client/src/proxmark3.c +++ b/client/src/proxmark3.c @@ -34,7 +34,7 @@ #define BANNERMSG1 " :snowflake: iceman@icesql.net" #define BANNERMSG2 " https://github.com/rfidresearchgroup/proxmark3/" -#define BANNERMSG3 "pre-release v4.0" +#define BANNERMSG3 " bleeding edge" typedef enum LogoMode { UTF8, ANSI, ASCII } LogoMode;