From ffe004ac74a068485bc1280d34c356a4588cf9b0 Mon Sep 17 00:00:00 2001 From: Wiebe Cazemier Date: Sat, 20 Mar 2021 15:17:12 +0100 Subject: [PATCH] Version v0.5.0 --- mainapp.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mainapp.cpp b/mainapp.cpp index 223725f..1228eab 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.1" +#define VERSION "0.5.0" MainApp *MainApp::instance = nullptr; -- libgit2 0.21.4