From 81d76eed45b73705aa3a6f7c1546ae40f6f333ce Mon Sep 17 00:00:00 2001 From: Samsonov Date: Thu, 31 May 2018 12:55:26 +0300 Subject: [PATCH] version 2.27 --- Code/Config.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Code/Config.ps1 b/Code/Config.ps1 index b70906fb..e45d3a12 100644 --- a/Code/Config.ps1 +++ b/Code/Config.ps1 @@ -50,7 +50,7 @@ class Config : BaseConfig { static [int] $Processors = 0 static [int] $Cores = 0 static [int] $Threads = 0 - static [string] $Version = "v2.26" + static [string] $Version = "v2.27" static [string] $BinLocation = "Bin" static [string] $MinersLocation = "Miners" static [string] $PoolsLocation = "Pools"