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