From 80414b1b5b231faecdb0795a9aa81ba5bfc1d487 Mon Sep 17 00:00:00 2001 From: Josh Friend Date: Tue, 30 Oct 2018 09:42:06 -0400 Subject: [PATCH] v1.2.8 --- libexec/pyenv---version | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libexec/pyenv---version b/libexec/pyenv---version index 57806f2d..f66786e1 100755 --- a/libexec/pyenv---version +++ b/libexec/pyenv---version @@ -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