diff --git a/Code/Config.ps1 b/Code/Config.ps1 index 777c0bca..789894be 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.38" + static [string] $Version = "v7.39" static [string] $BinLocation = "Bin" static [string] $MinersLocation = "Miners" static [string] $PoolsLocation = "Pools"