We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8dd381e commit b40c8bdCopy full SHA for b40c8bd
IxianDLT/Meta/Config.cs
@@ -104,7 +104,7 @@ public static string dataFolderBlocks
104
public static ulong forceSyncToBlock = 0;
105
106
// Read-only values
107
- public static readonly string version = "xdc-0.9.7-rc11"; // DLT Node version
+ public static readonly string version = "xdc-0.9.7-rc12"; // DLT Node version
108
109
public static readonly string checkVersionUrl = "https://resources.ixian.io/update.txt";
110
public static readonly int checkVersionSeconds = 6 * 60 * 60; // 6 hours
0 commit comments