Skip to content

Commit

Permalink
version number update
Browse files Browse the repository at this point in the history
  • Loading branch information
kirankotari committed Nov 15, 2019
1 parent f83350e commit a4b4446
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.2.2
1.2.3
2 changes: 1 addition & 1 deletion pyenv-win/libexec/pyenv---version.bat
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ EXIT /B
)

IF "%PYENV%" == "" (
set version="1.2.2"
set version="1.2.3"
echo PYENV variable is not set, recommended to set the variable.
) ELSE (
set version=<%PYENV%/../.version
Expand Down

0 comments on commit a4b4446

Please sign in to comment.