diff --git a/Code/Config.ps1 b/Code/Config.ps1 index 145ac249..ae17561b 100644 --- a/Code/Config.ps1 +++ b/Code/Config.ps1 @@ -71,7 +71,7 @@ class Config : BaseConfig { [bool] $ElectricityConsumption = $false static [bool] $Is64Bit = [Environment]::Is64BitOperatingSystem - static [string] $Version = "v4.79" + static [string] $Version = "v4.80" static [string] $BinLocation = "Bin" static [string] $MinersLocation = "Miners" static [string] $PoolsLocation = "Pools"