From ce36b8edfb62c5e8f7bd62055ad2f6a9d46ec145 Mon Sep 17 00:00:00 2001 From: Jeffrey <9938813+Raphire@users.noreply.github.com> Date: Sat, 11 Jul 2026 20:07:47 +0200 Subject: [PATCH] Bump version --- Win11Debloat.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Win11Debloat.ps1 b/Win11Debloat.ps1 index 83ffaea..11a27be 100644 --- a/Win11Debloat.ps1 +++ b/Win11Debloat.ps1 @@ -159,7 +159,7 @@ if (-not $isAdmin) { } # Define script-level variables & paths -$script:Version = "2026.06.24" +$script:Version = "2026.07.11" $configPath = Join-Path $PSScriptRoot 'Config' $logsPath = Join-Path $PSScriptRoot 'Logs' $schemasPath = Join-Path $PSScriptRoot 'Schemas'