From 10413acf542da8cf8976fb69f6c9a0828f72ca94 Mon Sep 17 00:00:00 2001 From: WeeXnes Date: Mon, 2 May 2022 23:06:13 +0200 Subject: [PATCH] test if updater is working --- WeeXnes/Core/Globals.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/WeeXnes/Core/Globals.cs b/WeeXnes/Core/Globals.cs index 911294a..c6157cb 100644 --- a/WeeXnes/Core/Globals.cs +++ b/WeeXnes/Core/Globals.cs @@ -15,7 +15,7 @@ namespace WeeXnes.Core public static string encryptionKey = "8zf5#RdyQ]$4x4_"; public static string AppDataPath = Path.Combine(Environment.GetFolderPath(Environment.SpecialFolder.ApplicationData), "WeeXnes"); public static string SettingsFileName = "settings.ini"; - public static string version = "2.7.4"; + public static string version = "2.7.5"; public static bool info_isRpcRunning = false; public static bool info_RpcAutoStart; public static string apiUrl = "http://www.weexnes.com:5169/";