Skip to content

Commit

Permalink
version 7.185
Browse files Browse the repository at this point in the history
  • Loading branch information
Quake4 committed Mar 13, 2024
1 parent ea737c3 commit 325a729
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Code/Config.ps1
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<#
MindMiner Copyright (C) 2017-2023 Oleg Samsonov aka Quake4
MindMiner Copyright (C) 2017-2024 Oleg Samsonov aka Quake4
https://github.com/Quake4/MindMiner
License GPL-3.0
#>
Expand Down Expand Up @@ -86,7 +86,7 @@ class Config : BaseConfig {
$Service = $null

static [bool] $Is64Bit = [Environment]::Is64BitOperatingSystem
static [string] $Version = "v7.184"
static [string] $Version = "v7.185"
static [string] $BinLocation = "Bin"
static [string] $MinersLocation = "Miners"
static [string] $PoolsLocation = "Pools"
Expand Down

0 comments on commit 325a729

Please sign in to comment.