diff --git a/Code/Config.ps1 b/Code/Config.ps1 index 61abf37b..d74404aa 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.165" + static [string] $Version = "v7.166" static [string] $BinLocation = "Bin" static [string] $MinersLocation = "Miners" static [string] $PoolsLocation = "Pools"