From e0d500347645ef2536fecaefc814688a9feb9a2f Mon Sep 17 00:00:00 2001 From: unknown Date: Fri, 26 Jun 2020 23:47:43 +0300 Subject: [PATCH] version 6.81 --- Code/Config.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Code/Config.ps1 b/Code/Config.ps1 index 1409c3b9..7063ebf9 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 = "v6.80" + static [string] $Version = "v6.81" static [string] $BinLocation = "Bin" static [string] $MinersLocation = "Miners" static [string] $PoolsLocation = "Pools"