diff --git a/Code/Config.ps1 b/Code/Config.ps1 index 548cea93..b511117e 100644 --- a/Code/Config.ps1 +++ b/Code/Config.ps1 @@ -72,7 +72,7 @@ class Config : BaseConfig { [decimal] $MaximumAllowedGrowth = 2 static [bool] $Is64Bit = [Environment]::Is64BitOperatingSystem - static [string] $Version = "v6.23" + static [string] $Version = "v6.24" static [string] $BinLocation = "Bin" static [string] $MinersLocation = "Miners" static [string] $PoolsLocation = "Pools"