From d45221068fddf31e8c5b5d57f89303661ff04658 Mon Sep 17 00:00:00 2001 From: Quake4 Date: Sat, 5 May 2018 22:54:28 +0300 Subject: [PATCH] version 2.09 --- Code/Config.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Code/Config.ps1 b/Code/Config.ps1 index 8d8ba5f2..f1ea3dbb 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.08" + static [string] $Version = "v2.09" static [string] $BinLocation = "Bin" static [string] $RunLocation = "Run" static [eMinerType[]] $ActiveTypes