From 42e45134d666a69da771a9219d7952ebda01827a Mon Sep 17 00:00:00 2001 From: Samsonov Date: Fri, 15 Feb 2019 14:09:17 +0300 Subject: [PATCH] version 3.72 --- Code/Config.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Code/Config.ps1 b/Code/Config.ps1 index 5d3775b6..a3bd2032 100644 --- a/Code/Config.ps1 +++ b/Code/Config.ps1 @@ -70,7 +70,7 @@ class Config : BaseConfig { [bool] $ElectricityConsumption = $false static [bool] $Is64Bit = [Environment]::Is64BitOperatingSystem - static [string] $Version = "v3.71" + static [string] $Version = "v3.72" static [string] $BinLocation = "Bin" static [string] $MinersLocation = "Miners" static [string] $PoolsLocation = "Pools"