1
0
mirror of https://github.com/pyenv/pyenv.git synced 2025-11-14 14:23:53 -05:00

rbenv 0.4.0

This commit is contained in:
Sam Stephenson
2013-01-04 12:27:26 -06:00
parent b66eeaf2f7
commit 9375e99f92
2 changed files with 51 additions and 1 deletions

View File

@@ -12,7 +12,7 @@
set -e
[ -n "$RBENV_DEBUG" ] && set -x
version=0.3.0
version="0.4.0"
cd "$RBENV_ROOT"
git_revision="$(git describe --tags HEAD 2>/dev/null || true)"