Skip to content

Commit

Permalink
prepare v2.3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Mathieu BOYAVAL committed Oct 14, 2024
1 parent eb3b8a6 commit 0a0d31d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
v2.3.3:
* Allow to set WSLCTL environment variable to set Wslctl Data Path
* Add upgrade command
v2.3.2:
* #27: [FONC] Change password policy
* #25: Restore: error Could not set /lib/init/wsl-distro-name.sh
Expand Down
2 changes: 1 addition & 1 deletion src/wslctl.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ using module ".\Controller\BackupController.psm1"
using module ".\Controller\RegistryController.psm1"


$version = "2.3.2"
$version = "2.3.3"

[ServiceLocator]::getInstance().add( 'config', [AppConfig]::new($version) )

Expand Down

0 comments on commit 0a0d31d

Please sign in to comment.