mirror of
https://github.com/Jackett/Jackett
synced 2024-12-31 20:27:28 +00:00
cleanup
This commit is contained in:
parent
280be17c3a
commit
dc46dd48b1
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue