Skip to content

Commit d85896c

Browse files
committed
Bump version to 0.5.7
1 parent e9bda78 commit d85896c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.mkd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ a per-application basis) which sets of gems should be used.
2929

3030
### GitHub
3131

32-
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:
32+
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:
3333

3434
$ mkdir ~/.rbenv/plugins
3535
$ cd ~/.rbenv/plugins

libexec/rbenv-gemset

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/usr/bin/env bash
22
set -e
33

4-
RBENV_GEMSET_VERSION="0.5.6"
4+
RBENV_GEMSET_VERSION="0.5.7"
55

66
# Provide rbenv completions
77
if [ "$1" = "--complete" ]; then

0 commit comments

Comments
 (0)