From e7c08280d4fd94a8c1fe4115d23c3752ab96e19c Mon Sep 17 00:00:00 2001 From: Jarrod Millman Date: Tue, 20 Feb 2024 15:17:04 -0800 Subject: [PATCH] Update hugo --- netlify.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/netlify.toml b/netlify.toml index 8a6bb90..e93671a 100644 --- a/netlify.toml +++ b/netlify.toml @@ -1,6 +1,6 @@ [build.environment] PYTHON_VERSION = "3.8" # netlify currently only support 2.7 and 3.8 - HUGO_VERSION = "0.122.0" + HUGO_VERSION = "0.123.0" DART_SASS_VERSION = "1.70.0" DART_SASS_URL = "https://github.com/sass/dart-sass/releases/download/"