From 557884c353d6e5d43464483fab5f162212c7d0a8 Mon Sep 17 00:00:00 2001 From: Quake4 Date: Wed, 17 Aug 2022 10:53:34 +0300 Subject: [PATCH] version 7.119 --- Code/Config.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Code/Config.ps1 b/Code/Config.ps1 index bd702da5..4f98bad3 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.118" + static [string] $Version = "v7.119" static [string] $BinLocation = "Bin" static [string] $MinersLocation = "Miners" static [string] $PoolsLocation = "Pools"