From 5a2895b34d3108e0d67076c3bdcdf5a2b91b1dba Mon Sep 17 00:00:00 2001 From: Quake4 Date: Sat, 29 Jun 2024 12:41:33 +0300 Subject: [PATCH] version 7.191 --- Code/Config.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Code/Config.ps1 b/Code/Config.ps1 index 1ab151c1..1e9acee9 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.190" + static [string] $Version = "v7.191" static [string] $BinLocation = "Bin" static [string] $MinersLocation = "Miners" static [string] $PoolsLocation = "Pools"