Skip to content

Commit

Permalink
Update NPlusMiner-v2.1.ps1
Browse files Browse the repository at this point in the history
  • Loading branch information
MrPlusGH authored Mar 23, 2018
1 parent 760a6d1 commit 9a43571
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion NPlusMiner-v2.1.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -266,7 +266,7 @@ $SelGPUCC = $Config.SelGPUCC
$Variables = [PSCustomObject]@{}
$MainForm | Add-Member -Name "Variables" -Value $Variables -MemberType NoteProperty -Force
$Variables | Add-Member -Force @{CurrentProduct = "NPlusMiner"}
$Variables | Add-Member -Force @{CurrentVersion = [Version]"2.1.2"}
$Variables | Add-Member -Force @{CurrentVersion = [Version]"2.1.3"}
$Variables | Add-Member -Force @{StatusText = "Idle"}

$TabControl = New-object System.Windows.Forms.TabControl
Expand Down

0 comments on commit 9a43571

Please sign in to comment.