Commit 15945e62ead6c24b84712237d6bccceb87c4901d

Authored by Wiebe Cazemier
1 parent aa19d41b

Version 0.8.1

Fix version bug.
Showing 1 changed file with 1 additions and 1 deletions
mainapp.h
... ... @@ -42,7 +42,7 @@ License along with FlashMQ. If not, see <https://www.gnu.org/licenses/>.
42 42 #include "scopedsocket.h"
43 43 #include "oneinstancelock.h"
44 44  
45   -#define VERSION "0.7.1"
  45 +#define VERSION "0.8.1"
46 46  
47 47 class MainApp
48 48 {
... ...