Skip to content

Commit

Permalink
prepare v2.3.5
Browse files Browse the repository at this point in the history
  • Loading branch information
Mathieu BOYAVAL committed Oct 15, 2024
1 parent d878827 commit d38e987
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.5:
* Fix output of upgrade command

v2.3.4:
* Allow to set WSLCTL environment variable to set Wslctl Data Path
* Add upgrade command
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.4"
$version = "2.3.5"

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

Expand Down

0 comments on commit d38e987

Please sign in to comment.