diff --git a/Code/Config.ps1 b/Code/Config.ps1 index b2f27294..03edfd5e 100644 --- a/Code/Config.ps1 +++ b/Code/Config.ps1 @@ -85,7 +85,7 @@ class Config : BaseConfig { [Nullable[int]] $DefaultCPUThreads static [bool] $Is64Bit = [Environment]::Is64BitOperatingSystem - static [string] $Version = "v7.10" + static [string] $Version = "v7.11" static [string] $BinLocation = "Bin" static [string] $MinersLocation = "Miners" static [string] $PoolsLocation = "Pools"