version 1.0.2

This commit is contained in:
2025-09-28 20:14:10 +02:00
parent c5bb7e0470
commit c850b24704

View File

@@ -1,8 +1,8 @@
#ifndef VERSION_H
#define VERSION_H
#include <QString>
#include <string>
QString version = "";
std::string version = "1.0.1";
#endif // VERSION_H