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

v20150326

This commit is contained in:
Yamashita Yuu
2015-03-26 23:13:55 +09:00
parent 431761d125
commit ab2aa6d13b
3 changed files with 9 additions and 2 deletions

View File

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