We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 656b5ea commit 96cdc5fCopy full SHA for 96cdc5f
src/library/settings/Settings.cpp
@@ -70,7 +70,7 @@ bool Settings::createSettingsFile()
70
json settings;
71
72
// Temporary variables to hold user input
73
- std::string botToken, appVersion = "1.2.1", serverName;
+ std::string botToken, appVersion = "1.2.2", serverName;
74
int64_t chatId;
75
int cpuCheckDuration, memoryCheckDuration, cpuLimit, memoryLimit;
76
bool defaultMonitoringStatus;
0 commit comments