From d320d74a07d213819b98ef05ab9468cc276f8ab0 Mon Sep 17 00:00:00 2001 From: Yamashita Yuu Date: Thu, 11 Dec 2014 22:39:38 +0900 Subject: [PATCH] v20141211 (fixes #288) --- libexec/pyenv---version | 2 +- test/pyenv.bats | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/libexec/pyenv---version b/libexec/pyenv---version index af016d11..1b5f10ed 100755 --- a/libexec/pyenv---version +++ b/libexec/pyenv---version @@ -12,7 +12,7 @@ set -e [ -n "$PYENV_DEBUG" ] && set -x -version="20141127" +version="20141211" if cd "$PYENV_ROOT" 2>/dev/null; then git_revision="$(git describe --tags HEAD 2>/dev/null || true)" diff --git a/test/pyenv.bats b/test/pyenv.bats index 0966bfe8..c96793ec 100644 --- a/test/pyenv.bats +++ b/test/pyenv.bats @@ -5,7 +5,7 @@ load test_helper @test "blank invocation" { run pyenv assert_success - assert [ "${lines[0]}" == "pyenv 20141127" ] + assert [ "${lines[0]}" == "pyenv 20141211" ] } @test "invalid command" {