Fix the tag number in sidekiq's changelog notes

... it's been a while ...
This commit is contained in:
Dennis Schubert 2013-04-04 12:22:50 +03:00
parent f3b7d57b3a
commit 3b7bb2c44e

View file

@ -13,11 +13,11 @@ To update do the following:
1. Before updating (even before the `git pull`!) stop your application
server (Unicorn by default, started through Foreman).
2. In case you did already run `git pull` checkout v0.0.3.2:
2. In case you did already run `git pull` checkout v0.0.3.4:
```
git fetch origin
git checkout v0.0.3.2
git checkout v0.0.3.4
bundle
```