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

v20140602

This commit is contained in:
Yamashita Yuu
2014-06-02 11:27:24 +09:00
parent 08b0d162b4
commit d378b274d9
3 changed files with 10 additions and 2 deletions

View File

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