Commit d76529ab1e77c0f7e7c28258f916478b5c076e12
1 parent
2d7107c9
Version v0.5.2
Showing
1 changed file
with
1 additions
and
1 deletions
mainapp.cpp
| @@ -31,7 +31,7 @@ License along with FlashMQ. If not, see <https://www.gnu.org/licenses/>. | @@ -31,7 +31,7 @@ License along with FlashMQ. If not, see <https://www.gnu.org/licenses/>. | ||
| 31 | 31 | ||
| 32 | #define MAX_EVENTS 1024 | 32 | #define MAX_EVENTS 1024 |
| 33 | 33 | ||
| 34 | -#define VERSION "0.5.1" | 34 | +#define VERSION "0.5.2" |
| 35 | 35 | ||
| 36 | MainApp *MainApp::instance = nullptr; | 36 | MainApp *MainApp::instance = nullptr; |
| 37 | 37 |