1
0
mirror of https://github.com/pyenv/pyenv.git synced 2025-11-14 22:33:52 -05:00

v20150204

This commit is contained in:
Yamashita Yuu
2015-02-04 10:33:21 +09:00
parent b9ae43a9df
commit 9146f44db1
3 changed files with 10 additions and 2 deletions

View File

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