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

v20140705 (fixes #204)

This commit is contained in:
Yamashita Yuu
2014-07-06 00:35:50 +09:00
parent a661e14580
commit b8a7de8a3c
3 changed files with 7 additions and 2 deletions

View File

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