Skip to content

Commit

Permalink
Version 7.9.0.2310-rc1
Browse files Browse the repository at this point in the history
  • Loading branch information
lpeyr committed Oct 27, 2023
1 parent e431aac commit 2d76023
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion InternetTest/InternetTest/Classes/Global.cs
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ public static class Global
public static string Version => $"7.9.0.2310-nightly{Date:yyMM.dd@HHmm}";

#else
public static string Version => "7.9.0.2310-pre1";
public static string Version => "7.9.0.2310-rc1";
#endif
public static string LastVersionLink => "https://raw.githubusercontent.com/Leo-Corporation/LeoCorp-Docs/master/Liens/Update%20System/InternetTest/7.0/Version.txt";
public static bool IsConfidentialModeEnabled { get; set; } = false;
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>7.9.0.2310-pre1</Version>
<Version>7.9.0.2310-rc1</Version>
<Copyright>© 2023</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 2d76023

Please sign in to comment.