diff --git a/Code/Config.ps1 b/Code/Config.ps1 index 6a59784a..d142818c 100644 --- a/Code/Config.ps1 +++ b/Code/Config.ps1 @@ -86,7 +86,7 @@ class Config : BaseConfig { $Service = $null static [bool] $Is64Bit = [Environment]::Is64BitOperatingSystem - static [string] $Version = "v7.161" + static [string] $Version = "v7.162" static [string] $BinLocation = "Bin" static [string] $MinersLocation = "Miners" static [string] $PoolsLocation = "Pools"