Skip to content

Commit

Permalink
version 2.141
Browse files Browse the repository at this point in the history
  • Loading branch information
Quake4 authored Nov 8, 2018
1 parent b333f10 commit eb7b790
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
Expand Up @@ -68,7 +68,7 @@ class Config : BaseConfig {
static [int] $Processors = 0
static [int] $Cores = 0
static [int] $Threads = 0
static [string] $Version = "v2.140"
static [string] $Version = "v2.141"
static [string] $BinLocation = "Bin"
static [string] $MinersLocation = "Miners"
static [string] $PoolsLocation = "Pools"
Expand Down Expand Up @@ -246,4 +246,4 @@ class Config : BaseConfig {
}
return $null
}
}
}

0 comments on commit eb7b790

Please sign in to comment.