Browse Source

rbenv 1.1.0

pull/927/head^2
Mislav Marohnić 7 years ago
parent
commit
e60ad4a090
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      libexec/rbenv---version

+ 1
- 1
libexec/rbenv---version View File

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

Loading…
Cancel
Save