From eaa81407d5997b51ebd5140d1b95ccf073fa3d15 Mon Sep 17 00:00:00 2001 From: Updater-bot Date: Mon, 9 Aug 2021 14:11:38 +0000 Subject: [PATCH] fix(deps): Update Hugo to version 0.87.0 --- netlify.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/netlify.toml b/netlify.toml index 8de025f..24e9729 100644 --- a/netlify.toml +++ b/netlify.toml @@ -2,7 +2,7 @@ command = "hugo --gc --minify -b $URL" [build.environment] - HUGO_VERSION = "0.86.1" + HUGO_VERSION = "0.87.0" HUGO_ENABLEGITINFO = "true" [context.deploy-preview]