Skip to content

Commit

Permalink
Version 8.7.2.2501
Browse files Browse the repository at this point in the history
  • Loading branch information
lpeyr committed Jan 4, 2025
1 parent 0123b52 commit d0f8547
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions InternetTest/InternetTest/Classes/Global.cs
Original file line number Diff line number Diff line change
Expand Up @@ -48,10 +48,10 @@ public static class Global
#if NIGHTLY
private static DateTime Date => System.IO.File.GetLastWriteTime(System.Reflection.Assembly.GetEntryAssembly().Location);

public static string Version => $"8.7.1.2412-nightly{Date:yyMM.dd@HHmm}";
public static string Version => $"8.7.2.2501-nightly{Date:yyMM.dd@HHmm}";

#else
public static string Version => "8.7.1.2412";
public static string Version => "8.7.2.2501";
#endif
public static string LastVersionLink => "https://raw.githubusercontent.com/Leo-Corporation/LeoCorp-Docs/master/Liens/Update%20System/InternetTest/7.0/Version.txt";

Expand Down
2 changes: 1 addition & 1 deletion InternetTest/InternetTest/InternetTest.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<Nullable>enable</Nullable>
<UseWPF>true</UseWPF>
<UseWindowsForms>True</UseWindowsForms>
<Version>8.7.1.2412</Version>
<Version>8.7.2.2501</Version>
<Copyright>© 2025</Copyright>
<Company>Léo Corporation</Company>
<Description>Taking you to another level. InternetTest can locate IP addresses, send ping request, recover your WiFi passwords and more!</Description>
Expand Down

0 comments on commit d0f8547

Please sign in to comment.