From 93ef6e2385418e9f44da120e61f8d6f5e759ed15 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?L=C3=A9o=20Peyronnet?= Date: Mon, 24 Jul 2023 11:43:29 +0200 Subject: [PATCH] Version 1.0.0.2307 --- PermaTop/Classes/Global.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PermaTop/Classes/Global.cs b/PermaTop/Classes/Global.cs index 57a1b9d..f89c35b 100644 --- a/PermaTop/Classes/Global.cs +++ b/PermaTop/Classes/Global.cs @@ -46,7 +46,7 @@ public static class Global internal static string SettingsPath => $@"{FileSys.AppDataPath}\Léo Corporation\PermaTop\Settings.xml"; public static Settings Settings { get; set; } = XmlSerializerManager.LoadFromXml(SettingsPath) ?? new(); - public static string Version => "1.0.0.2307-test"; + public static string Version => "1.0.0.2307"; public static string LastVersionLink => "https://raw.githubusercontent.com/Leo-Corporation/LeoCorp-Docs/master/Liens/Update%20System/PermaTop/Version.txt"; public static string GetHiSentence