From 4b2bb2d9d7b15347738e906a9738a56045b39410 Mon Sep 17 00:00:00 2001 From: unknown Date: Mon, 23 Jul 2018 20:15:37 +0300 Subject: [PATCH] version 2.72 --- Code/Config.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Code/Config.ps1 b/Code/Config.ps1 index 914a2e8b..fb7f4392 100644 --- a/Code/Config.ps1 +++ b/Code/Config.ps1 @@ -52,7 +52,7 @@ class Config : BaseConfig { static [int] $Processors = 0 static [int] $Cores = 0 static [int] $Threads = 0 - static [string] $Version = "v2.71" + static [string] $Version = "v2.72" static [string] $BinLocation = "Bin" static [string] $MinersLocation = "Miners" static [string] $PoolsLocation = "Pools"