From ecbf1dec8650178063e4148cf606b04a0005c824 Mon Sep 17 00:00:00 2001 From: John Bowdre Date: Sat, 23 Jul 2022 15:37:30 -0500 Subject: [PATCH] bump hugo version to 101 --- netlify.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/netlify.toml b/netlify.toml index 3f97ec2..18bda9a 100644 --- a/netlify.toml +++ b/netlify.toml @@ -2,7 +2,7 @@ publish = "public" [build.environment] - HUGO_VERSION = "0.96.0" + HUGO_VERSION = "0.101.0" [context.production] command = "hugo"