Skip to content

Commit f4a90fb

Browse files
committed
Version 9.0.0.2508-pre3
1 parent 40c3847 commit f4a90fb

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
@@ -28,7 +28,7 @@ namespace InternetTest.Helpers;
2828

2929
public static class Context
3030
{
31-
public static string Version => "9.0.0.2508-pre2";
31+
public static string Version => "9.0.0.2508-pre3";
3232

3333
#if PORTABLE
3434
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-pre2</Version>
11+
<Version>9.0.0.2508-pre3</Version>
1212
</PropertyGroup>
1313

1414
<ItemGroup>

0 commit comments

Comments
 (0)