From 67c9cc6ba373937bf511c32197f3d56640df726c Mon Sep 17 00:00:00 2001 From: Jeffrey <9938813+Raphire@users.noreply.github.com> Date: Wed, 10 Jun 2026 17:41:13 +0200 Subject: [PATCH] Bump version --- Win11Debloat.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Win11Debloat.ps1 b/Win11Debloat.ps1 index fe205f0..b5d0250 100644 --- a/Win11Debloat.ps1 +++ b/Win11Debloat.ps1 @@ -139,7 +139,7 @@ if (-not $isAdmin) { } # Define script-level variables & paths -$script:Version = "2026.05.20" +$script:Version = "2026.06.10" $configPath = Join-Path $PSScriptRoot 'Config' $logsPath = Join-Path $PSScriptRoot 'Logs' $schemasPath = Join-Path $PSScriptRoot 'Schemas'