Skip to content

Commit cc0304e

Browse files
committed
v1.5.1 prep
1 parent dc93d72 commit cc0304e

5 files changed

Lines changed: 8 additions & 7 deletions

File tree

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,3 +53,4 @@ dkms.conf
5353

5454
# VSCode
5555
.vscode
56+
.vscode/settings.json

.version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
DGNSM_VER_LOCAL="1.5.0"
1+
DGNSM_VER_LOCAL="1.5.1"

dgnsm.config.template

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
[hardware] ; Hardware
2-
api= tba8HH7QD742 ; API key diginode.online
1+
[hardware] ; Hardware
2+
api=tba8HH7QD742 ; API key diginode.online
33

44
[mainnet]
55
enabled=true

dgnsm.config.template2

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
[hardware] ; Hardware
2-
api=tba8HH7QD742 ; API key diginode.online
1+
[hardware]
2+
api=tba8HH7QD742
33

44
[mainnet]
55
m_enabled=true

main.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// DGNSM 1.5.0
1+
// DGNSM 1.5.1 (Also update this on line 131 below and in the .version file)
22
#include <iostream>
33
#include <sstream>
44
#include <fstream>
@@ -128,7 +128,7 @@ void *menu(void *arg)
128128
printf("\x1b[1;1H");
129129
printf("\x1b[2J");
130130

131-
printf("%-15s %-15s\n", "DigiNode Status Monitor", "1.4.8");
131+
printf("%-15s %-15s\n", "DigiNode Status Monitor", "1.5.1");
132132
printf("%-15s\n", "----------------------------------");
133133
if (connection == 0)
134134
{

0 commit comments

Comments
 (0)