Skip to content

Commit

Permalink
Update UG-Miner.ps1
Browse files Browse the repository at this point in the history
  • Loading branch information
UselessGuru authored Nov 18, 2024
1 parent e884a77 commit b75a8b9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions UG-Miner.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
<#
Product: UG-Miner
File: UG-Miner.ps1
Version: 6.3.14
Version: 6.3.15
Version date: 2024/11/17
#>

Expand Down Expand Up @@ -306,7 +306,7 @@ $Variables.Branding = [PSCustomObject]@{
BrandName = "UG-Miner"
BrandWebSite = "https://github.com/UselessGuru/UG-Miner"
ProductLabel = "UG-Miner"
Version = [System.Version]"6.3.14"
Version = [System.Version]"6.3.15"
}

$Global:WscriptShell = New-Object -ComObject Wscript.Shell
Expand Down Expand Up @@ -1143,4 +1143,4 @@ While ($true) {
[Void](MainLoop)
Start-Sleep -Milliseconds 50
}
}
}

0 comments on commit b75a8b9

Please sign in to comment.