Skip to content

Commit dae876d

Browse files
committed
Inserted version into source file
1 parent 7af183d commit dae876d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/jenv.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ Import-Module $PSScriptRoot\jenv-autoscan.psm1 -Force
5252

5353
#region Installation
5454
# TODO: Check for autoupdates
55-
$JENV_VERSION = "v2.1.0"
55+
$JENV_VERSION = "v2.2.0"
5656

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

0 commit comments

Comments
 (0)