From 31084bb49123f70f2247dd04fb0686b9aec57f61 Mon Sep 17 00:00:00 2001 From: Wiebe Cazemier Date: Wed, 5 May 2021 21:09:14 +0200 Subject: [PATCH] Version 0.6.1 --- mainapp.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mainapp.cpp b/mainapp.cpp index 8a27647..4780302 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.6.0" +#define VERSION "0.6.1" MainApp *MainApp::instance = nullptr; -- libgit2 0.21.4