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

v20151222

This commit is contained in:
Yamashita, Yuu
2015-12-22 10:45:34 +00:00
parent 3031cb9750
commit b0f29d511a
2 changed files with 12 additions and 6 deletions

View File

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