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

v20160310

This commit is contained in:
Josh Friend
2016-03-10 20:28:11 -05:00
parent 74d5dba06a
commit 8ef30d9e4d
2 changed files with 6 additions and 1 deletions

View File

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