Skip to content

Commit a2e4936

Browse files
committed
Mark new release as version 0.5.9
1 parent aa04bb4 commit a2e4936

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
@@ -39,7 +39,7 @@ a.k.a. "How To Ask Questions The Smart Way"
3939

4040
### GitHub
4141

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

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

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.8"
4+
RBENV_GEMSET_VERSION="0.5.9"
55

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

0 commit comments

Comments
 (0)