diff --git a/Code/Config.ps1 b/Code/Config.ps1 index d7b70bcb..bd59caac 100644 --- a/Code/Config.ps1 +++ b/Code/Config.ps1 @@ -68,7 +68,7 @@ class Config : BaseConfig { static [int] $Processors = 0 static [int] $Cores = 0 static [int] $Threads = 0 - static [string] $Version = "v2.140" + static [string] $Version = "v2.141" static [string] $BinLocation = "Bin" static [string] $MinersLocation = "Miners" static [string] $PoolsLocation = "Pools" @@ -246,4 +246,4 @@ class Config : BaseConfig { } return $null } -} \ No newline at end of file +}