From 0a219b0032d783b8abfde8bf2fdcb08095b68d5e Mon Sep 17 00:00:00 2001 From: Tommy Date: Tue, 6 Dec 2022 14:40:42 -0500 Subject: [PATCH] Hugo v0.108.0 Signed-off-by: Tommy --- netlify.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/netlify.toml b/netlify.toml index 0152c10..4bade16 100644 --- a/netlify.toml +++ b/netlify.toml @@ -1,5 +1,5 @@ [build.environment] - HUGO_VERSION = "0.107.0" + HUGO_VERSION = "0.108.0" [context.deploy-preview] command = "hugo -b $DEPLOY_PRIME_URL"