Skip to content

Commit 9284238

Browse files
committed
Version 9.0.1.2508
1 parent e379871 commit 9284238

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

InternetTest/InternetTest/Helpers/Context.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ namespace InternetTest.Helpers;
2929

3030
public static class Context
3131
{
32-
public static string Version => "9.0.0.2508";
32+
public static string Version => "9.0.1.2508";
3333

3434
#if PORTABLE
3535
public static string DefaultStoragePath => $@"{FileSys.CurrentDirectory}\InternetTest Pro\";

InternetTest/InternetTest/InternetTest.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<UseWPF>true</UseWPF>
99
<ApplicationIcon>InternetTest.ico</ApplicationIcon>
1010
<ApplicationManifest>app.manifest</ApplicationManifest>
11-
<Version>9.0.0.2508</Version>
11+
<Version>9.0.1.2508</Version>
1212
</PropertyGroup>
1313

1414
<ItemGroup>

0 commit comments

Comments
 (0)