Fix the tag number in sidekiq's changelog notes
... it's been a while ...
This commit is contained in:
parent
f3b7d57b3a
commit
3b7bb2c44e
1 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||
```
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue