Skip to content

Commit

Permalink
Bump up version to 0.5.8!
Browse files Browse the repository at this point in the history
  • Loading branch information
jf committed Aug 24, 2014
1 parent d134572 commit 09651db
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.mkd
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ a.k.a. "How To Ask Questions The Smart Way"

### GitHub

Download and extract the [latest release](https://github.com/jf/rbenv-gemset/releases/latest) (v0.5.7 now!) or clone rbenv-gemset to your `$HOME/.rbenv/plugins` directory:
Download and extract the [latest release](https://github.com/jf/rbenv-gemset/releases/latest) (v0.5.8 now!) or clone rbenv-gemset to your `$HOME/.rbenv/plugins` directory:

$ git clone git://github.com/jf/rbenv-gemset.git $HOME/.rbenv/plugins/rbenv-gemset

Expand Down
2 changes: 1 addition & 1 deletion libexec/rbenv-gemset
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/usr/bin/env bash
set -e

RBENV_GEMSET_VERSION="0.5.7"
RBENV_GEMSET_VERSION="0.5.8"

# Provide rbenv completions
if [ "$1" = "--complete" ]; then
Expand Down

0 comments on commit 09651db

Please sign in to comment.