From 0da8c18e1630071719581d62e0e8289fe571b1c0 Mon Sep 17 00:00:00 2001 From: MarkoAT Date: Fri, 14 Aug 2020 14:56:39 +0200 Subject: [PATCH] xdc-0.6.9a --- IxianDLT/Meta/Config.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/IxianDLT/Meta/Config.cs b/IxianDLT/Meta/Config.cs index a94610ba..bd3a5320 100644 --- a/IxianDLT/Meta/Config.cs +++ b/IxianDLT/Meta/Config.cs @@ -68,7 +68,7 @@ public static string dataFolderBlocks public static string externalIp = ""; // Read-only values - public static readonly string version = "xdc-0.6.9"; // DLT Node version + public static readonly string version = "xdc-0.6.9a"; // DLT Node version public static readonly string checkVersionUrl = "https://www.ixian.io/update.txt"; public static readonly int checkVersionSeconds = 6 * 60 * 60; // 6 hours