From 3b7bb2c44e0d1d25519a2ecc5a4ecda133ad5622 Mon Sep 17 00:00:00 2001 From: Dennis Schubert Date: Thu, 4 Apr 2013 12:22:50 +0300 Subject: [PATCH] Fix the tag number in sidekiq's changelog notes ... it's been a while ... --- Changelog.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 ```