Skip to content

Commit

Permalink
Merge branch 'test-2024-02-03' of https://github.com/ChrisTitusTech/w…
Browse files Browse the repository at this point in the history
…inutil into test-2024-02-03
  • Loading branch information
ChrisTitusTech committed Feb 6, 2024
2 parents d2cc762 + 90680ef commit 09f81f9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions winutil.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
Author : Chris Titus @christitustech
Runspace Author: @DeveloperDurp
GitHub : https://github.com/ChrisTitusTech
Version : 24.02.05
Version : 24.02.06
#>
param (
[switch]$Debug,
Expand Down Expand Up @@ -47,7 +47,7 @@ Add-Type -AssemblyName System.Windows.Forms
# Variable to sync between runspaces
$sync = [Hashtable]::Synchronized(@{})
$sync.PSScriptRoot = $PSScriptRoot
$sync.version = "24.02.05"
$sync.version = "24.02.06"
$sync.configs = @{}
$sync.ProcessRunning = $false

Expand Down

0 comments on commit 09f81f9

Please sign in to comment.