From 5bdec0195f2b8cb631889479507390567f148b9d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicolas=20L=C5=93uillet?= Date: Wed, 7 Sep 2016 14:27:32 +0200 Subject: Prepare wallabag 2.0.8 --- docs/en/user/upgrade.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'docs/en/user/upgrade.rst') diff --git a/docs/en/user/upgrade.rst b/docs/en/user/upgrade.rst index 141b1511..c9047a21 100644 --- a/docs/en/user/upgrade.rst +++ b/docs/en/user/upgrade.rst @@ -4,13 +4,13 @@ Upgrade wallabag Upgrade on a dedicated web server --------------------------------- -The last release is published on https://www.wallabag.org/pages/download-wallabag.html. In order to upgrade your wallabag installation and get the last version, run the following commands in you wallabag folder (replace ``2.0.7`` by the last release number): +The last release is published on https://www.wallabag.org/pages/download-wallabag.html. In order to upgrade your wallabag installation and get the last version, run the following commands in you wallabag folder (replace ``2.0.8`` by the last release number): :: git fetch origin git fetch --tags - git checkout 2.0.7 + git checkout 2.0.8 SYMFONY_ENV=prod composer install --no-dev -o --prefer-dist php bin/console cache:clear --env=prod -- cgit v1.2.3