Skip to content

Commit

Permalink
v19.04.1
Browse files Browse the repository at this point in the history
  • Loading branch information
yuzi-co committed Apr 21, 2019
1 parent aafa305 commit 319bd6d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Core.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ $ErrorActionPreference = "Continue"

$Global:Release = @{
Application = "Forager"
Version = "19.04"
Version = "19.04.1"
}
Log "$($Release.Application) v$($Release.Version)"

Expand Down Expand Up @@ -422,7 +422,7 @@ while ($Quit -ne $true) {

# Replace placeholder patterns
$WorkerNameMain = $Config.WorkerName + '_' + $DeviceGroup.GroupName

if ($Pool.PoolName -eq 'Nicehash') {
$WorkerNameMain = $WorkerNameMain -replace '[^\w\.]', '_' # Nicehash requires alphanumeric WorkerNames
}
Expand Down

0 comments on commit 319bd6d

Please sign in to comment.