From 94bda6facab22b100f93ee4d1b094fd16fc775c4 Mon Sep 17 00:00:00 2001 From: James Panther <4462786+jpanther@users.noreply.github.com> Date: Tue, 24 Oct 2023 11:26:35 +1100 Subject: [PATCH] =?UTF-8?q?=F0=9F=91=B7=20Bump=20Hugo=20Nelify=20version?= =?UTF-8?q?=20to=200.119.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- exampleSite/content/docs/hosting-deployment/index.md | 3 +-- netlify.toml | 2 +- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/exampleSite/content/docs/hosting-deployment/index.md b/exampleSite/content/docs/hosting-deployment/index.md index 392412c0..93995dd5 100644 --- a/exampleSite/content/docs/hosting-deployment/index.md +++ b/exampleSite/content/docs/hosting-deployment/index.md @@ -99,9 +99,8 @@ Then in the root of your site repository, create a `netlify.toml` file: publish = "public" [build.environment] - HUGO_VERSION = "0.118.2" + HUGO_VERSION = "0.119.0" NODE_ENV = "production" - GO_VERSION = "1.20" TZ = "UTC" # Set to preferred timezone [context.production.environment] diff --git a/netlify.toml b/netlify.toml index 881b6c9b..e6f407ce 100644 --- a/netlify.toml +++ b/netlify.toml @@ -3,7 +3,7 @@ publish = "exampleSite/public" [build.environment] -HUGO_VERSION = "0.118.2" +HUGO_VERSION = "0.119.0" HUGO_THEMESDIR = "../.." HUGO_THEME = "repo" TZ = "Australia/Melbourne"