From 31510f5896f661d069f039c9076c5292ac8299c0 Mon Sep 17 00:00:00 2001 From: Samsonov Date: Wed, 3 Apr 2019 16:24:35 +0300 Subject: [PATCH] version v3.99 --- Code/Config.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Code/Config.ps1 b/Code/Config.ps1 index 6c8e2600..3bdba9fe 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.98" + static [string] $Version = "v3.99" static [string] $BinLocation = "Bin" static [string] $MinersLocation = "Miners" static [string] $PoolsLocation = "Pools"