From d1fe3b1cf6d2a650d27b9f37984fdde36f41c979 Mon Sep 17 00:00:00 2001 From: Tim Bannister Date: Fri, 17 Jun 2022 12:26:36 +0100 Subject: [PATCH] Bump to Hugo 0.101.0 Notable improvements: - Indentation fixes for shortcode blocks - resources.Copy function - improved error handling --- netlify.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/netlify.toml b/netlify.toml index dc4b3e7042..e705fa5436 100644 --- a/netlify.toml +++ b/netlify.toml @@ -8,7 +8,7 @@ command = "git submodule update --init --recursive --depth 1 && make non-product [build.environment] NODE_VERSION = "10.20.0" -HUGO_VERSION = "0.97.0" +HUGO_VERSION = "0.101.0" RUBY_VERSION = "3.0.1" [context.production.environment]