From bda783177f63832c36bd8c77032751d0afce9b3b Mon Sep 17 00:00:00 2001 From: Mike Jones Date: Mon, 30 Aug 2021 20:46:53 +0100 Subject: [PATCH] Upgrades Hugo to version 0.87 (closes #146) --- scripts/install-hugo.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/install-hugo.sh b/scripts/install-hugo.sh index 44f08670..05550133 100755 --- a/scripts/install-hugo.sh +++ b/scripts/install-hugo.sh @@ -1,7 +1,7 @@ #!/usr/bin/env bash SRC_DIR="${HOME}/src" -HUGO_VERSION="v0.70.0" +HUGO_VERSION="v0.87.0" echo "Installing Hugo Extended Edition ^TM" mkdir -p $SRC_DIR