From 1235306f80668f13fec5bd553c10585dbe7c11b9 Mon Sep 17 00:00:00 2001 From: Jeffrey <9938813+Raphire@users.noreply.github.com> Date: Sun, 14 Jun 2026 22:06:16 +0200 Subject: [PATCH] Bump version --- Win11Debloat.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Win11Debloat.ps1 b/Win11Debloat.ps1 index 6fdd09b..5c627cf 100644 --- a/Win11Debloat.ps1 +++ b/Win11Debloat.ps1 @@ -139,7 +139,7 @@ if (-not $isAdmin) { } # Define script-level variables & paths -$script:Version = "2026.06.11" +$script:Version = "2026.06.14" $configPath = Join-Path $PSScriptRoot 'Config' $logsPath = Join-Path $PSScriptRoot 'Logs' $schemasPath = Join-Path $PSScriptRoot 'Schemas'