From 744c42a25090ec6299f6be08d72849d5319df06e Mon Sep 17 00:00:00 2001 From: cathery Date: Mon, 11 Nov 2019 03:13:34 +0300 Subject: [PATCH] bump app version --- source/mainLoop.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/mainLoop.cpp b/source/mainLoop.cpp index 897298c..c783be8 100644 --- a/source/mainLoop.cpp +++ b/source/mainLoop.cpp @@ -8,7 +8,7 @@ #include "SwitchAbstractedPadHandler.h" #include "configFile.h" -#define APP_VERSION "0.4.0" +#define APP_VERSION "0.4.2" struct VendorEvent {