From 85aa67b5d2aebd731164968b4d0cfb77591c7e6b Mon Sep 17 00:00:00 2001 From: Jeffrey <9938813+Raphire@users.noreply.github.com> Date: Sun, 10 May 2026 22:27:07 +0200 Subject: [PATCH] Bump version --- Win11Debloat.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Win11Debloat.ps1 b/Win11Debloat.ps1 index 3d2f737..86b54c4 100644 --- a/Win11Debloat.ps1 +++ b/Win11Debloat.ps1 @@ -141,7 +141,7 @@ if (-not $isAdmin) { } # Define script-level variables & paths -$script:Version = "2026.04.26" +$script:Version = "2026.05.10" $configPath = Join-Path $PSScriptRoot 'Config' $logsPath = Join-Path $PSScriptRoot 'Logs' $schemasPath = Join-Path $PSScriptRoot 'Schemas'