From 9015e406c4f702a572f2fcca4a8f603677f51cf5 Mon Sep 17 00:00:00 2001 From: Quake4 Date: Wed, 4 Oct 2023 10:39:34 +0300 Subject: [PATCH] version 7.170 --- Code/Config.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Code/Config.ps1 b/Code/Config.ps1 index 5048745b..ef2168b6 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.169" + static [string] $Version = "v7.170" static [string] $BinLocation = "Bin" static [string] $MinersLocation = "Miners" static [string] $PoolsLocation = "Pools"