From 9d9c8751c1b4bf2de58bf52409ecdd9c1fe64d99 Mon Sep 17 00:00:00 2001 From: unknown Date: Sat, 28 Jul 2018 19:22:33 +0300 Subject: [PATCH] version 2.77 --- Code/Config.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Code/Config.ps1 b/Code/Config.ps1 index bb8ad17b..514be123 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.76" + static [string] $Version = "v2.77" static [string] $BinLocation = "Bin" static [string] $MinersLocation = "Miners" static [string] $PoolsLocation = "Pools"