From 81da03c2844bd7a9ea1f12ab8cfd86f0d3d6188d Mon Sep 17 00:00:00 2001 From: Samsonov Date: Thu, 21 Nov 2019 16:22:14 +0300 Subject: [PATCH] version 4.105 --- Code/Config.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Code/Config.ps1 b/Code/Config.ps1 index 3b2877e5..ef5ac1bd 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 = "v4.104" + static [string] $Version = "v4.105" static [string] $BinLocation = "Bin" static [string] $MinersLocation = "Miners" static [string] $PoolsLocation = "Pools"