Skip to content

Commit

Permalink
version 1.29
Browse files Browse the repository at this point in the history
  • Loading branch information
Quake4 committed Mar 20, 2018
1 parent f3be739 commit 36f61c5
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 @@ -46,14 +46,14 @@ class Config : BaseConfig {
static [int] $Processors = 0
static [int] $Cores = 0
static [int] $Threads = 0
static [string] $Version = "v1.28"
static [string] $Version = "v1.29"
static [string] $BinLocation = "Bin"
static [eMinerType[]] $ActiveTypes
static [string[]] $CPUFeatures
static [int] $AMDPlatformId
static [timespan] $RateTimeout
static [int] $FTimeout = 120
static [decimal] $CurrentOf24h = 0.3
static [decimal] $CurrentOf24h = 0.4

static Config() {
Get-ManagementObject "select * from Win32_Processor" {
Expand Down

0 comments on commit 36f61c5

Please sign in to comment.