From 169d0c2ee1fe61ef97ef72046486969110fa0332 Mon Sep 17 00:00:00 2001 From: George <31376482+george-gca@users.noreply.github.com> Date: Wed, 28 May 2025 12:43:58 -0300 Subject: [PATCH] Update INSTALL.md docker version --- INSTALL.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/INSTALL.md b/INSTALL.md index 40cbb82..b14f21c 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -241,7 +241,7 @@ If you installed **al-folio** as described above, you can manually update your c # Assuming the current directory is $ git remote add upstream https://github.com/alshedivat/al-folio.git $ git fetch upstream -$ git rebase v0.14.5 +$ git rebase v0.14.6 ``` If you have extensively customized a previous version, it might be trickier to upgrade.