Skip to content

Commit 96cdc5f

Browse files
committed
udpate settings version
1 parent 656b5ea commit 96cdc5f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/library/settings/Settings.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ bool Settings::createSettingsFile()
7070
json settings;
7171

7272
// Temporary variables to hold user input
73-
std::string botToken, appVersion = "1.2.1", serverName;
73+
std::string botToken, appVersion = "1.2.2", serverName;
7474
int64_t chatId;
7575
int cpuCheckDuration, memoryCheckDuration, cpuLimit, memoryLimit;
7676
bool defaultMonitoringStatus;

0 commit comments

Comments
 (0)