From 532a60f2b37fbc804c2b6b5e3af4e648ea5b08d1 Mon Sep 17 00:00:00 2001 From: Quake4 Date: Wed, 23 Dec 2020 20:26:48 +0300 Subject: [PATCH] version 7.6 --- Code/Config.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Code/Config.ps1 b/Code/Config.ps1 index ab01d5cc..14c66819 100644 --- a/Code/Config.ps1 +++ b/Code/Config.ps1 @@ -85,7 +85,7 @@ class Config : BaseConfig { [Nullable[int]] $DefaultCPUThreads static [bool] $Is64Bit = [Environment]::Is64BitOperatingSystem - static [string] $Version = "v7.5" + static [string] $Version = "v7.6" static [string] $BinLocation = "Bin" static [string] $MinersLocation = "Miners" static [string] $PoolsLocation = "Pools"