1
0
mirror of https://github.com/pyenv/pyenv.git synced 2025-11-15 06:43:53 -05:00

V1.0.9 release (#877)

* Update version to 1.0.9
This commit is contained in:
Samuel Villamonte
2017-03-24 11:36:21 -05:00
committed by GitHub
parent df52586134
commit acfbc96614
2 changed files with 3 additions and 3 deletions

View File

@@ -12,7 +12,7 @@
set -e
[ -n "$PYENV_DEBUG" ] && set -x
version="1.0.8"
version="1.0.9"
git_revision=""
if cd "${BASH_SOURCE%/*}" 2>/dev/null && git remote -v 2>/dev/null | grep -q pyenv; then