diff --git a/Changelog.md b/Changelog.md index 27fe86e3a..d7cbdd10c 100644 --- a/Changelog.md +++ b/Changelog.md @@ -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 ```