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

v20151105

This commit is contained in:
Yamashita, Yuu
2015-11-05 09:21:08 +00:00
parent 204ded5a55
commit 9163c46568
3 changed files with 7 additions and 2 deletions

View File

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