We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8d50079 commit 343f116Copy full SHA for 343f116
1 file changed
src/config.h
@@ -4,7 +4,7 @@
4
#include <QString>
5
6
namespace Config {
7
- const QString APP_VERSION = "1.0";
+ const QString APP_VERSION = "1.1.0";
8
const QString WEBSERVER_BASE_URL = "https://webserver-ecru.vercel.app";
9
10
// Use inline functions to avoid static initialization issues
0 commit comments