From 43224bd39a71ba197617ccdbdd6bd02f3e0a4eb4 Mon Sep 17 00:00:00 2001 From: Jimmy Cai Date: Sun, 10 Mar 2024 19:54:09 +0100 Subject: [PATCH] feat: update Hugo version and minimum version requirement to 0.123.0 (#970) --- netlify.toml | 2 +- theme.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/netlify.toml b/netlify.toml index 229f970..9ad85f1 100644 --- a/netlify.toml +++ b/netlify.toml @@ -2,7 +2,7 @@ publish = "exampleSite/public" [build.environment] - HUGO_VERSION = "0.117.0" + HUGO_VERSION = "0.123.8" HUGO_THEME = "repo" [context.production] diff --git a/theme.toml b/theme.toml index a1a3d74..6c5ea62 100644 --- a/theme.toml +++ b/theme.toml @@ -20,7 +20,7 @@ features = [ "search", ] -min_version = "0.87.0" +min_version = "0.123.0" [author] name = "Jimmy Cai"