Skip to content

Commit edc58a9

Browse files
committed
Version 9.0.0.2508
1 parent f06ce14 commit edc58a9

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

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-rc1";
32+
public static string Version => "9.0.0.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-rc1</Version>
11+
<Version>9.0.0.2508</Version>
1212
</PropertyGroup>
1313

1414
<ItemGroup>

0 commit comments

Comments
 (0)