Skip to content

Commit

Permalink
Fix version on About page.
Browse files Browse the repository at this point in the history
  • Loading branch information
bitbound committed Aug 9, 2020
1 parent a7ca2fd commit cf4623b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Server/Pages/About.cshtml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<p>
Version: @if (System.IO.File.Exists("Remotely_Server.dll"))
{
<span>System.Diagnostics.FileVersionInfo.GetVersionInfo("Remotely_Server.dll").FileVersion.ToString()</span>
<span>@System.Diagnostics.FileVersionInfo.GetVersionInfo("Remotely_Server.dll").FileVersion.ToString()</span>
}
else
{
Expand Down

0 comments on commit cf4623b

Please sign in to comment.