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

v20160202

This commit is contained in:
Yamashita, Yuu
2016-02-02 08:43:21 +00:00
parent b84b9ce532
commit 425e44d064
2 changed files with 8 additions and 1 deletions

View File

@@ -12,7 +12,7 @@
set -e
[ -n "$PYENV_DEBUG" ] && set -x
version="20151222"
version="20160202"
git_revision=""
for source_dir in "${BASH_SOURCE%/*}" "$PYENV_ROOT"; do