From d76529ab1e77c0f7e7c28258f916478b5c076e12 Mon Sep 17 00:00:00 2001 From: Wiebe Cazemier Date: Tue, 23 Mar 2021 22:15:42 +0100 Subject: [PATCH] Version v0.5.2 --- mainapp.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mainapp.cpp b/mainapp.cpp index 450d568..dfbb384 100644 --- a/mainapp.cpp +++ b/mainapp.cpp @@ -31,7 +31,7 @@ License along with FlashMQ. If not, see . #define MAX_EVENTS 1024 -#define VERSION "0.5.1" +#define VERSION "0.5.2" MainApp *MainApp::instance = nullptr; -- libgit2 0.21.4