diff --git a/IxianDLT/Meta/Config.cs b/IxianDLT/Meta/Config.cs index 9b0b51e..1f918ec 100644 --- a/IxianDLT/Meta/Config.cs +++ b/IxianDLT/Meta/Config.cs @@ -101,7 +101,7 @@ public static string dataFolderBlocks public static ulong forceSyncToBlock = 0; // Read-only values - public static readonly string version = "xdc-0.9.3c"; // DLT Node version + public static readonly string version = "xdc-0.9.3d"; // DLT Node version public static readonly string checkVersionUrl = "https://www.ixian.io/update.txt"; public static readonly int checkVersionSeconds = 6 * 60 * 60; // 6 hours