From 0a031f279c0d1a77f836b1baeb20c916584eea1d Mon Sep 17 00:00:00 2001 From: MarkoAT Date: Thu, 21 Jan 2021 21:04:35 +0100 Subject: [PATCH] xs2c-0.4.7a --- IxianS2/Meta/Config.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/IxianS2/Meta/Config.cs b/IxianS2/Meta/Config.cs index be31ef7..e39e220 100644 --- a/IxianS2/Meta/Config.cs +++ b/IxianS2/Meta/Config.cs @@ -45,7 +45,7 @@ public class Config public static string externalIp = ""; // Read-only values - public static readonly string version = "xs2c-0.4.7"; // S2 Node version + public static readonly string version = "xs2c-0.4.7a"; // S2 Node version public static readonly string checkVersionUrl = "https://www.ixian.io/s2-update.txt"; public static readonly int checkVersionSeconds = 6 * 60 * 60; // 6 hours