From d60f51de18a6c472710fb06474ec80d798ca5bbb Mon Sep 17 00:00:00 2001 From: Quake4 Date: Tue, 12 Sep 2023 08:29:46 +0300 Subject: [PATCH] version 7.166 --- Code/Config.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Code/Config.ps1 b/Code/Config.ps1 index 61abf37b..d74404aa 100644 --- a/Code/Config.ps1 +++ b/Code/Config.ps1 @@ -86,7 +86,7 @@ class Config : BaseConfig { $Service = $null static [bool] $Is64Bit = [Environment]::Is64BitOperatingSystem - static [string] $Version = "v7.165" + static [string] $Version = "v7.166" static [string] $BinLocation = "Bin" static [string] $MinersLocation = "Miners" static [string] $PoolsLocation = "Pools"