From 992d7e1b34bdde507612db0347152594c86e351f Mon Sep 17 00:00:00 2001 From: sippeangelo Date: Fri, 11 Nov 2016 21:23:41 +0100 Subject: [PATCH] Version bump --- src/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main.cpp b/src/main.cpp index 0aec526..8ba44c9 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -4,7 +4,7 @@ #include "Platform.h" #include "UEFI.h" -#define VERSION "2.0" +#define VERSION "1.1" bool VERBOSE = false; void printBootOrder(UEFI& uefi)