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

v20151124

This commit is contained in:
Yamashita, Yuu
2015-11-24 01:08:46 +00:00
parent 96be89835e
commit 465bd1f3e8
2 changed files with 10 additions and 1 deletions

View File

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