Skip to content

Commit

Permalink
Version 1.0.0.2307
Browse files Browse the repository at this point in the history
  • Loading branch information
lpeyr committed Jul 24, 2023
1 parent 7ed6ebc commit 93ef6e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion PermaTop/Classes/Global.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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<Settings>(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
Expand Down

0 comments on commit 93ef6e2

Please sign in to comment.