This commit is contained in:
Josh Friend 2018-10-30 09:42:06 -04:00
parent e389c8d906
commit 80414b1b5b
No known key found for this signature in database
GPG key ID: 3D61CC32D87F9CAF

View file

@ -12,7 +12,7 @@
set -e
[ -n "$PYENV_DEBUG" ] && set -x
version="1.2.7"
version="1.2.8"
git_revision=""
if cd "${BASH_SOURCE%/*}" 2>/dev/null && git remote -v 2>/dev/null | grep -q pyenv; then