From ae7b3c92f81ba2758b9fc1e8aa12cccfa5179803 Mon Sep 17 00:00:00 2001 From: George <31376482+george-gca@users.noreply.github.com> Date: Sat, 28 Dec 2024 23:47:50 -0300 Subject: [PATCH] Update INSTALL.md repo version --- INSTALL.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/INSTALL.md b/INSTALL.md index 47e7a1c..2decc34 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -210,7 +210,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.13.1 +$ git rebase v0.13.2 ``` If you have extensively customized a previous version, it might be trickier to upgrade.