Skip to content

Commit

Permalink
Remove new version from jenv.ps1
Browse files Browse the repository at this point in the history
  • Loading branch information
rcsilva83 committed Jan 16, 2023
1 parent 2d941a7 commit 2013da0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/jenv.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ Import-Module $PSScriptRoot\jenv-autoscan.psm1 -Force

#region Installation
# TODO: Check for autoupdates
$JENV_VERSION = "v2.2.1"
$JENV_VERSION = "v2.2.0"

#region Remove any java versions from path
$userPath = [System.Environment]::GetEnvironmentVariable("PATH", "User").split(";", [System.StringSplitOptions]::RemoveEmptyEntries)
Expand Down

0 comments on commit 2013da0

Please sign in to comment.