From ff432d71f3b3042ed91ed2bd9b8aadaa397c390d Mon Sep 17 00:00:00 2001 From: Quake4 Date: Sat, 19 Aug 2023 22:26:08 +0300 Subject: [PATCH] version 7.164 --- Code/Config.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Code/Config.ps1 b/Code/Config.ps1 index bba24e2e..455ab6b6 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.163" + static [string] $Version = "v7.164" static [string] $BinLocation = "Bin" static [string] $MinersLocation = "Miners" static [string] $PoolsLocation = "Pools"