We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e379871 commit 9284238Copy full SHA for 9284238
InternetTest/InternetTest/Helpers/Context.cs
@@ -29,7 +29,7 @@ namespace InternetTest.Helpers;
29
30
public static class Context
31
{
32
- public static string Version => "9.0.0.2508";
+ public static string Version => "9.0.1.2508";
33
34
#if PORTABLE
35
public static string DefaultStoragePath => $@"{FileSys.CurrentDirectory}\InternetTest Pro\";
InternetTest/InternetTest/InternetTest.csproj
@@ -8,7 +8,7 @@
8
<UseWPF>true</UseWPF>
9
<ApplicationIcon>InternetTest.ico</ApplicationIcon>
10
<ApplicationManifest>app.manifest</ApplicationManifest>
11
- <Version>9.0.0.2508</Version>
+ <Version>9.0.1.2508</Version>
12
</PropertyGroup>
13
14
<ItemGroup>
0 commit comments