This commit is contained in:
kaso17 2017-11-14 20:43:42 +01:00
parent 280be17c3a
commit dc46dd48b1
1 changed files with 1 additions and 1 deletions

View File

@ -155,7 +155,7 @@ namespace Jackett.Services
private string GetCurrentVersion()
{
var assembly = System.Reflection.Assembly.GetExecutingAssembly();
var assembly = Assembly.GetExecutingAssembly();
var fvi = FileVersionInfo.GetVersionInfo(assembly.Location);
return fvi.ProductVersion;
}