Skip to content

Commit

Permalink
Bump version to 0.5.7
Browse files Browse the repository at this point in the history
  • Loading branch information
jf committed May 30, 2014
1 parent e9bda78 commit d85896c
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 @@ -29,7 +29,7 @@ a per-application basis) which sets of gems should be used.

### GitHub

Download and extract the [latest release](https://github.com/jf/rbenv-gemset/releases/latest) (v0.5.6 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.7 now!) or clone rbenv-gemset to your `$HOME/.rbenv/plugins` directory:

$ mkdir ~/.rbenv/plugins
$ cd ~/.rbenv/plugins
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.6"
RBENV_GEMSET_VERSION="0.5.7"

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

0 comments on commit d85896c

Please sign in to comment.