From 3eb55c4dde2c5c20647cc8c7c0d7e6c3db1c7a9b Mon Sep 17 00:00:00 2001 From: Wiebe Cazemier Date: Sun, 15 Aug 2021 10:28:54 +0200 Subject: [PATCH] Version 0.9.0 --- mainapp.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mainapp.h b/mainapp.h index 6f4ae62..f8ee272 100644 --- a/mainapp.h +++ b/mainapp.h @@ -42,7 +42,7 @@ License along with FlashMQ. If not, see . #include "scopedsocket.h" #include "oneinstancelock.h" -#define VERSION "0.8.1" +#define VERSION "0.9.0" class MainApp { -- libgit2 0.21.4