Skip to content

Commit 8acebb7

Browse files
committed
update version
1 parent c036576 commit 8acebb7

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

src/assets/settings.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "1.2.2",
2+
"version": "1.2.3",
33
"server_name": "",
44
"bot_token": "",
55
"default_monitoring_status": false,

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.2", serverName;
73+
std::string botToken, appVersion = "1.2.3", serverName;
7474
int64_t chatId;
7575
int cpuCheckDuration, memoryCheckDuration, cpuLimit, memoryLimit;
7676
bool defaultMonitoringStatus;

0 commit comments

Comments
 (0)