diff --git a/Code/Config.ps1 b/Code/Config.ps1 index fc825747..ceaededa 100644 --- a/Code/Config.ps1 +++ b/Code/Config.ps1 @@ -70,7 +70,7 @@ class Config : BaseConfig { [bool] $ElectricityConsumption = $false static [bool] $Is64Bit = [Environment]::Is64BitOperatingSystem - static [string] $Version = "v4.10" + static [string] $Version = "v4.11" static [string] $BinLocation = "Bin" static [string] $MinersLocation = "Miners" static [string] $PoolsLocation = "Pools"