1
0
mirror of https://github.com/pyenv/pyenv.git synced 2025-11-17 07:43:46 -05:00

v20141106

This commit is contained in:
Yamashita Yuu
2014-11-06 09:41:22 -08:00
parent a797bb6d88
commit 7220044b49
3 changed files with 13 additions and 4 deletions

View File

@@ -12,7 +12,7 @@
set -e
[ -n "$PYENV_DEBUG" ] && set -x
version="20141012"
version="20141106"
if cd "$PYENV_ROOT" 2>/dev/null; then
git_revision="$(git describe --tags HEAD 2>/dev/null || true)"