Skip to content

Commit 9a5aa43

Browse files
committed
Version 9.0.0.2508-pre2
1 parent a9b15b5 commit 9a5aa43

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

2828
public static class Context
2929
{
30-
public static string Version => "9.0.0.2508-pre1";
30+
public static string Version => "9.0.0.2508-pre2";
3131

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

1414
<ItemGroup>

0 commit comments

Comments
 (0)